Skip to content

Commit 5354a32

Browse files
Playwright - fix viewOffset timeout, remove debug/canary files, cleanup
1 parent 636eaa3 commit 5354a32

7 files changed

Lines changed: 10 additions & 221 deletions

File tree

e2e/testcafe-devextreme/playwright-tests/diagDims.spec.ts

Lines changed: 0 additions & 84 deletions
This file was deleted.

e2e/testcafe-devextreme/playwright-tests/scheduler/common/_canary_ci_verification.spec.ts

Lines changed: 0 additions & 58 deletions
This file was deleted.

e2e/testcafe-devextreme/playwright-tests/scheduler/common/month/regression-detection.spec.ts

Lines changed: 0 additions & 49 deletions
This file was deleted.

e2e/testcafe-devextreme/playwright-tests/scheduler/viewOffset/common/multiCellSelection.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ const setupPage = async (page: any) => {
3232
}), process.env.THEME || 'fluent.blue.light');
3333
};
3434

35-
test.describe('Offset: Multi cell selection', () => {
35+
test.describe.configure({ timeout: 300000 });
36+
test.describe('Offset: Multi cell selection', () => {
3637
test('Multi cell selection should work', async ({ page }) => {
38+
test.setTimeout(300000);
3739
for (const offset of [0, -120, 120]) {
3840
for (const rtlEnabled of [true, false]) {
3941
for (const { view, dragOptions } of DRAG_CONFIGS) {
@@ -68,6 +70,7 @@ test.describe('Offset: Multi cell selection', () => {
6870
});
6971

7072
test('Multi cell selection in the all-day panel should work', async ({ page }) => {
73+
test.setTimeout(300000);
7174
for (const offset of [0, -120, 120]) {
7275
for (const rtlEnabled of [true, false]) {
7376
await setupPage(page);

e2e/testcafe-devextreme/playwright-tests/scheduler/viewOffset/markup/allDayAppointments.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,10 @@ const setupPage = async (page: any) => {
107107
}), process.env.THEME || 'fluent.blue.light');
108108
};
109109

110-
test.describe('Offset: Markup all-day appointments', () => {
110+
test.describe.configure({ timeout: 300000 });
111+
test.describe('Offset: Markup all-day appointments', () => {
111112
test('All-day appointments render', async ({ page }) => {
113+
test.setTimeout(300000);
112114
for (const { views, dataSource } of VIEW_CONFIGS) {
113115
for (const offset of [0, 735, 1440, -735, -1440]) {
114116
for (const { startDayHour, endDayHour } of [{ startDayHour: 0, endDayHour: 24 }, { startDayHour: 9, endDayHour: 17 }]) {

e2e/testcafe-devextreme/playwright-tests/scheduler/viewOffset/markup/usualAppointments.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,10 @@ const setupPage = async (page: any) => {
117117
}), process.env.THEME || 'fluent.blue.light');
118118
};
119119

120-
test.describe('Offset: Markup usual appointments', () => {
120+
test.describe.configure({ timeout: 300000 });
121+
test.describe('Offset: Markup usual appointments', () => {
121122
test('Usual appointments render', async ({ page }) => {
123+
test.setTimeout(300000);
122124
for (const { views, dataSource } of VIEW_CONFIGS) {
123125
for (const offset of [0, 735, 1440, -735, -1440]) {
124126
for (const { startDayHour, endDayHour } of [{ startDayHour: 0, endDayHour: 24 }, { startDayHour: 9, endDayHour: 17 }]) {

e2e/testcafe-devextreme/playwright-tests/test_fb_debug.spec.ts

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)