File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/devextreme/js/__internal/scheduler/__tests__ Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ describe('Appointments', () => {
9191 } ) ;
9292
9393 describe ( 'Appointment aria attributes' , ( ) => {
94- const deleteHotkeyText = messageLocalization . format ( 'dxScheduler-appointmentAriaLabel-deleteHotkey ' ) ;
95- const homeEndHotkeysText = messageLocalization . format ( 'dxScheduler-appointmentAriaLabel-homeEndHotkeys ' ) ;
94+ const deleteHotkeyText = messageLocalization . format ( 'dxScheduler-hotkeysAriaDescription-delete ' ) ;
95+ const homeEndHotkeysText = messageLocalization . format ( 'dxScheduler-hotkeysAriaDescription-homeEnd ' ) ;
9696
9797 it ( 'should have correct aria-describedby when editing = false' , async ( ) => {
9898 const { POM } = await createScheduler ( {
You can’t perform that action at this time.
0 commit comments