Skip to content

Commit

Permalink
e2e update etalon
Browse files Browse the repository at this point in the history
  • Loading branch information
tongsonbarbs committed Aug 30, 2024
1 parent ebe9615 commit f9a333b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/testcafe-devextreme/tests/dataGrid/columnFixingIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fixture.disablePageReloads`Column Fixing`.page(
.expect(
await takeScreenshot(
`sticky_columns_menu_icons_(${theme}).png`,
dataGrid.element,
),
)
.ok()
Expand All @@ -30,7 +31,7 @@ fixture.disablePageReloads`Column Fixing`.page(
.before(async () => {
await changeTheme(theme);
await createWidget('dxDataGrid', {
dataSource: getData(1, 5),
dataSource: getData(10, 5),
width: '100%',
columnFixing: {
enabled: true,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f9a333b

Please sign in to comment.