We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f248eb8 commit cfcbd3aCopy full SHA for cfcbd3a
e2e/testcafe-devextreme/tests/scheduler/common/dragAndDrop/basic.ts
@@ -39,7 +39,7 @@ test('Drag-n-drop in the "month" view', async (t) => {
39
height: 834,
40
}));
41
42
-test('Drag-n-drop when browser has horizontal scroll', async (t) => {
+test.meta({ unstable: true })('Drag-n-drop when browser has horizontal scroll', async (t) => {
43
const scheduler = new Scheduler('#container');
44
const draggableAppointment = scheduler.getAppointment('Staff Productivity Report');
45
0 commit comments