Skip to content

Commit

Permalink
fix: forgotten e2e rename
Browse files Browse the repository at this point in the history
  • Loading branch information
pomahtri committed Oct 8, 2024
1 parent 2f950f0 commit 20f05cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testcafe-models/pager/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const CLASS = {
};

export default class Pager extends Widget {
getName(): WidgetName { return 'dxPager'; }
getName(): WidgetName { return 'dxPagination'; }

getPageSize(index: number): SelectableElement {
return new SelectableElement(this.element
Expand Down

0 comments on commit 20f05cb

Please sign in to comment.