File tree Expand file tree Collapse file tree
e2e/testcafe-devextreme/tests/scheduler/common/hotkeysBehaviour
packages/testcafe-models/scheduler/appointment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ fixture.disablePageReloads`Hotkeys for appointments update and navigation`
6868 test ( `Navigate between tooltip appointments in the "${ view } " view (Up/Down)` , async ( t ) => {
6969 const scheduler = new Scheduler ( '#container' ) ;
7070 const collector = scheduler . collectors . find ( '3' ) ;
71- const { appointmentPopup, appointmentTooltip } = scheduler ;
71+ const { appointmentPopup } = scheduler ;
72+ const { appointmentTooltip } = scheduler ;
7273
7374 await t
7475 . click ( collector . element )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import DateBox from '../../dateBox';
88import Button from '../../button' ;
99
1010export const SELECTORS = {
11- appointmentPopup : `.dx-scheduler-appointment-popup.dx-popup ` ,
11+ appointmentPopup : `.dx-scheduler-appointment-popup${ Popup . className } ` ,
1212 form : `.dx-scheduler-form` ,
1313 doneButton : `.dx-popup-done.dx-button.dx-widget` ,
1414 cancelButton : `.dx-popup-cancel.dx-button.dx-widget` ,
You can’t perform that action at this time.
0 commit comments