Skip to content

Commit a9f0840

Browse files
Merge branch '25_1' into 25_1_native_automation_2
2 parents a570ecd + bb30bd1 commit a9f0840

File tree

353 files changed

+134
-23
lines changed

Some content is hidden

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

353 files changed

+134
-23
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5986,7 +5986,7 @@ test('The batch edit mode - Shift + Tab navigation through interactive elements
59865986
});
59875987
});
59885988

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

59925992
// header row

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,7 @@ test('DataGrid - The "row" parameter in the FocusedRowChanged event refers to a
18301830
[true, false].forEach((nativeScroll) => {
18311831
type TestCaseWindow = typeof window & { dataGridScrollableEventValues?: number[] };
18321832

1833-
test(`Should not scroll back on top with virtual scrolling and adaptive master detail (nativeScroll: ${nativeScroll}) [T1278804]`, async (t) => {
1833+
test.meta({ unstable: true })(`Should not scroll back on top with virtual scrolling and adaptive master detail (nativeScroll: ${nativeScroll}) [T1278804]`, async (t) => {
18341834
// NOTE: idx + 1 logic inside POM
18351835
const adaptiveCellIdx = 101;
18361836
const scrollValuesThreshold = 100;
-1.57 KB
-1.52 KB

e2e/testcafe-devextreme/tests/scheduler/common/a11y/contrast.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ import { testScreenshot } from '../../../../helpers/themeUtils';
77
fixture.disablePageReloads`a11y - contrast`
88
.page(url(__dirname, '../../../container.html'));
99

10+
// visual: generic.light
11+
// visual: generic.dark
12+
// visual: fluent.light
13+
// visual: fluent.dark
1014
test('Scheduler a11y: Insufficient contrast of day numbers in the MonthView', async (t) => {
1115
const scheduler = new Scheduler('#container');
1216
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);

0 commit comments

Comments
 (0)