Skip to content

Commit 090ee01

Browse files
Scheduler - Mark Drag-n-drop horizontal scroll test as unstable (#33171)
1 parent 0752d12 commit 090ee01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test('Drag-n-drop in the "month" view', async (t) => {
3939
height: 834,
4040
}));
4141

42-
test('Drag-n-drop when browser has horizontal scroll', async (t) => {
42+
test.meta({ unstable: true })('Drag-n-drop when browser has horizontal scroll', async (t) => {
4343
const scheduler = new Scheduler('#container');
4444
const draggableAppointment = scheduler.getAppointment('Staff Productivity Report');
4545

0 commit comments

Comments
 (0)