Skip to content

Commit 6e5b993

Browse files
Alyar666dmlvr
authored andcommitted
DataGrid - Testcafe tests - Keyboard navigation: unskip tests (#32533)
Co-authored-by: Alyar <>
1 parent fe9e7ff commit 6e5b993

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Loading
Loading

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5275,7 +5275,7 @@ test('Focus events should be called when pressing the Ctrl + End key when virtua
52755275
})();
52765276
});
52775277

5278-
test.meta({ unstable: true })('Focus events should be called when pressing the Ctrl + End key when virtual scrolling and columns are enabled', async (t) => {
5278+
test('Focus events should be called when pressing the Ctrl + End key when virtual scrolling and columns are enabled', async (t) => {
52795279
// arrange
52805280
const dataGrid = new DataGrid('#container');
52815281

@@ -5346,7 +5346,7 @@ test.meta({ unstable: true })('Focus events should be called when pressing the C
53465346
})();
53475347
});
53485348

5349-
test.meta({ unstable: true })('Focus events should be called when pressing the Ctrl + End key when rowRenderingMode is \'virtual\'', async (t) => {
5349+
test('Focus events should be called when pressing the Ctrl + End key when rowRenderingMode is \'virtual\'', async (t) => {
53505350
// arrange
53515351
const dataGrid = new DataGrid('#container');
53525352

@@ -5988,7 +5988,7 @@ test('The batch edit mode - Shift + Tab navigation through interactive elements
59885988
});
59895989
});
59905990

5991-
test.meta({ unstable: true })('DataGrid - Cell focus works incorrectly if the command column has a disabled native button element (T1179207)', async (t) => {
5991+
test('DataGrid - Cell focus works incorrectly if the command column has a disabled native button element (T1179207)', async (t) => {
59925992
await addFocusableElementBefore('#container');
59935993

59945994
// header row

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ test('Navigate to first cell in the first row when pressing the Ctrl + Home key'
467467
},
468468
}));
469469

470-
test.meta({ unstable: true })('Navigate to last cell in the last row when virtual scrolling is enabled', async (t) => {
470+
test('Navigate to last cell in the last row when virtual scrolling is enabled', async (t) => {
471471
// arrange
472472
const dataGrid = new DataGrid('#container');
473473
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
@@ -497,7 +497,7 @@ test.meta({ unstable: true })('Navigate to last cell in the last row when virtua
497497
},
498498
}));
499499

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

0 commit comments

Comments
 (0)