Skip to content

Commit 83556ed

Browse files
Navigation, Editors e2e tests: get rid of compact, color schemes (#31404)
1 parent 78cc441 commit 83556ed

File tree

284 files changed

+196
-467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+196
-467
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ test('Navigate to first cell in the first row when virtual scrolling is enabled'
533533
},
534534
}));
535535

536-
test('Navigate to last cell in the last row when virtual scrolling and columns are enabled', async (t) => {
536+
test.meta({ unstable: true })('Navigate to last cell in the last row when virtual scrolling and columns are enabled', async (t) => {
537537
// arrange
538538
const dataGrid = new DataGrid('#container');
539539
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
@@ -607,7 +607,7 @@ test('Navigate to first cell in the first row when virtual scrolling and columns
607607
}));
608608

609609
[true, false].forEach((useNative) => {
610-
test(`${useNative ? 'Native' : 'Simulated'} scrolling: Focus should be on the first focusable cell when pressing the Ctrl + Home key when row dragging, virtual scrolling and columns are enabled`, async (t) => {
610+
test.meta({ unstable: true })(`${useNative ? 'Native' : 'Simulated'} scrolling: Focus should be on the first focusable cell when pressing the Ctrl + Home key when row dragging, virtual scrolling and columns are enabled`, async (t) => {
611611
// arrange
612612
const dataGrid = new DataGrid('#container');
613613
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
@@ -651,7 +651,7 @@ test('Navigate to first cell in the first row when virtual scrolling and columns
651651
},
652652
}));
653653

654-
test(`${useNative ? 'Native' : 'Simulated'} scrolling: Focus should be on the last focusable cell when pressing the Ctrl + Home key when row dragging, virtual scrolling and columns are enabled`, async (t) => {
654+
test.meta({ unstable: true })(`${useNative ? 'Native' : 'Simulated'} scrolling: Focus should be on the last focusable cell when pressing the Ctrl + Home key when row dragging, virtual scrolling and columns are enabled`, async (t) => {
655655
// arrange
656656
const dataGrid = new DataGrid('#container');
657657
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);

e2e/testcafe-devextreme/tests/editors/button/common.ts

Lines changed: 0 additions & 136 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)