Skip to content

Commit 6b76fc8

Browse files
Scheduler - Mark Drag-n-drop horizontal scroll test as unstable
1 parent 4f47ff9 commit 6b76fc8

File tree

1 file changed

+1
-1
lines changed
  • e2e/testcafe-devextreme/tests/scheduler/common/dragAndDrop

1 file changed

+1
-1
lines changed

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)