Skip to content

Commit a9a1e5c

Browse files
skip 3 tests
1 parent a8b9d4a commit a9a1e5c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

e2e/testcafe-devextreme/tests/dataGrid/common/keyboardNavigation/keyboardNavigation.visual.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ test('Navigate to last cell in the last row when virtual scrolling is enabled',
595595
},
596596
}));
597597

598-
test('Navigate to first cell in the first row when virtual scrolling is enabled', async (t) => {
598+
test.meta({ unstable: true })('Navigate to first cell in the first row when virtual scrolling is enabled', async (t) => {
599599
// arrange
600600
const dataGrid = new DataGrid('#container');
601601
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);

e2e/testcafe-devextreme/tests/dataGrid/common/rowDragging/functional.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ test('toIndex should not be corrected when source item gets removed from DOM', a
794794
});
795795

796796
// T1139685
797-
test('Item should appear in a correct spot when dragging to a different page with scrolling.mode: "virtual"', async (t) => {
797+
test.meta({ unstable: true })('Item should appear in a correct spot when dragging to a different page with scrolling.mode: "virtual"', async (t) => {
798798
const dataGrid = new DataGrid('#container');
799799

800800
await t.expect(dataGrid.isReady()).ok();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ test('The data should display correctly after changing the dataSource and focuse
10851085
}));
10861086

10871087
// T1166649
1088-
test.meta({ browserSize: [800, 800] })('The scroll position of a fixed table should be synchronized with the main table when fast scrolling to the end', async (t) => {
1088+
test.meta({ unstable: true, browserSize: [800, 800] })('The scroll position of a fixed table should be synchronized with the main table when fast scrolling to the end', async (t) => {
10891089
// arrange
10901090
const dataGrid = new DataGrid('#container');
10911091
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);

0 commit comments

Comments
 (0)