Skip to content

Commit fcfb3a6

Browse files
committed
misc: change comment
1 parent edc7819 commit fcfb3a6

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/T1308596.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const dataSource = [{
1313
endDate: new Date(2023, 0, 2, 11, 0),
1414
}];
1515

16-
test('Should not throw error when trying to drag appointment while it is already being dragged (with 5s delay)', async (t) => {
16+
test('Should not throw error when trying to drag appointment while it is already being dragged', async (t) => {
1717
const scheduler = new Scheduler(SCHEDULER_SELECTOR);
1818
const appointment = scheduler.getAppointment('Test Appointment');
1919

0 commit comments

Comments
 (0)