Skip to content

Commit 9122a23

Browse files
authored
Scheduler: stabilize tests (#35000)
1 parent fd31745 commit 9122a23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • e2e/testcafe-devextreme/tests/scheduler/common

e2e/testcafe-devextreme/tests/scheduler/common/dragAndDrop/basic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ test('Drag-n-drop when browser has vertical scroll', async (t) => {
7777
height: 1800,
7878
}));
7979

80-
test('Drag recurrent appointment occurrence from collector (T832887)', async (t) => {
80+
test.meta({ unstable: true })('Drag recurrent appointment occurrence from collector (T832887)', async (t) => {
8181
const scheduler = new Scheduler('#container');
8282
const appointment = scheduler.getAppointment('Recurrence two');
8383
const collector = scheduler.collectors.find('2');

e2e/testcafe-devextreme/tests/scheduler/common/recurrences/basic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { testScreenshot } from '../../../../helpers/themeUtils';
88
fixture`Rendering of the recurrence appointments in Scheduler `
99
.page(url(__dirname, '../../../container.html'));
1010

11-
test('Drag-n-drop recurrence appointment between dateTable and allDay panel', async (t) => {
11+
test.meta({ unstable: true })('Drag-n-drop recurrence appointment between dateTable and allDay panel', async (t) => {
1212
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1313
const scheduler = new Scheduler('#container');
1414
const draggableAppointment = scheduler.getAppointment('Simple recurrence appointment');

0 commit comments

Comments
 (0)