Skip to content

Commit 23766ad

Browse files
fix after merge
1 parent 4142c9e commit 23766ad

14 files changed

+5
-6
lines changed
1 KB
Loading
10.6 KB
Loading
Loading
1.59 KB
Loading
1.66 KB
Loading
2.21 KB
Loading
1.66 KB
Loading

e2e/testcafe-devextreme/tests/dataGrid/common/scrolling.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,18 +1461,17 @@ test.meta({ unstable: true })('New virtual mode. Navigation to the last row if n
14611461
});
14621462

14631463
// T1152498
1464-
// TODO: fix unstable tests
14651464
// ['infinite', 'virtual'].forEach((scrollingMode) => {
1466-
// // eslint-disable-next-line @stylistic/max-len
1465+
// eslint-disable-next-line max-len
14671466
// test.meta({ browserSize: [900, 600] })(`${scrollingMode} scrolling - the markup should be correct for continuous scrolling when there is a fixed column with cellTemplate (React)`, async (t) => {
14681467
// // arrange
14691468
// const dataGrid = new DataGrid('#container');
14701469
// const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
14711470
//
14721471
// // act
1473-
// await dataGrid.scrollTo({ y: 200 });
1472+
// await dataGrid.scrollTo(t, { y: 200 });
14741473
// await t.wait(100);
1475-
// await dataGrid.scrollTo({ y: 400 });
1474+
// await dataGrid.scrollTo(t, { y: 400 });
14761475
// await t.wait(300);
14771476
//
14781477
// // assert
-4.94 KB
Loading

0 commit comments

Comments
 (0)