Skip to content

Commit 59d0a4b

Browse files
committed
test: add test
1 parent 1df0ea7 commit 59d0a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme/js/__internal/scheduler/appointment_popup/appointment_popup.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ describe('Appointment Popup Form', () => {
15281528
expect(POM.popup.component.option('visible')).toBe(true);
15291529
expect(onHiding).not.toHaveBeenCalled();
15301530

1531-
POM.popup.getCancelButton().click();
1531+
scheduler.hideAppointmentPopup();
15321532

15331533
expect(POM.popup.component.option('visible')).toBe(false);
15341534
expect(onHiding).toHaveBeenCalled();

0 commit comments

Comments
 (0)