Skip to content

Commit eee3912

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

File tree

349 files changed

+131
-20
lines changed

Some content is hidden

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

349 files changed

+131
-20
lines changed
-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);
29.2 KB

e2e/testcafe-devextreme/tests/scheduler/common/header/sizes.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test('items inside toolbar menu should stretch', async (t) => {
2020

2121
await t.click(scheduler.toolbar.menuButton);
2222

23-
await takeScreenshot('scheduler-toolbar-menu.png');
23+
await testScreenshot(t, takeScreenshot, 'scheduler-toolbar-menu.png');
2424

2525
await t
2626
.expect(compareResults.isValid())
@@ -37,6 +37,9 @@ test('items inside toolbar menu should stretch', async (t) => {
3737
},
3838
}));
3939

40+
// visual: generic.light
41+
// visual: fluent.blue.light
42+
// visual: material.blue.light
4043
test('Scheduler header should have correct sizes', async (t) => {
4144
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
4245
const scheduler = new Scheduler('#container');

0 commit comments

Comments
 (0)