Skip to content

Commit 9350b17

Browse files
committed
Scheduler: use testScreenshot utility in e2e tests: appointments
1 parent 2e8fae7 commit 9350b17

File tree

228 files changed

+243
-203
lines changed

Some content is hidden

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

228 files changed

+243
-203
lines changed

e2e/testcafe-devextreme/tests/scheduler/common/agenda/adaptive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Promise<void> => {
6161
groups: ['priorityId'],
6262
text: 'groups',
6363
}].forEach((testCase) => {
64-
test.meta({ browserSize: ADAPTIVE_SIZE })(testCase.text, async (t) => {
64+
test.meta({ browserSize: ADAPTIVE_SIZE })(testCase.text, async (t) => {
6565
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
6666

6767
await testScreenshot(t, takeScreenshot, `agenda-${testCase.text}-adaptive-rtl=${rtlEnabled}.png`);

e2e/testcafe-devextreme/tests/scheduler/common/appointmentForm/etalons/scheduler__appointment__main-form (recurring=false,allDay=false,theme=generic.light).png renamed to e2e/testcafe-devextreme/tests/scheduler/common/appointmentForm/etalons/scheduler__appointment__main-form (recurring=false,allDay=false) (generic.light).png

File renamed without changes.

e2e/testcafe-devextreme/tests/scheduler/common/appointmentForm/etalons/scheduler__appointment__main-form (recurring=false,allDay=true,theme=generic.light).png renamed to e2e/testcafe-devextreme/tests/scheduler/common/appointmentForm/etalons/scheduler__appointment__main-form (recurring=false,allDay=true) (generic.light).png

File renamed without changes.

0 commit comments

Comments
 (0)