Skip to content

Commit 3e4a5e5

Browse files
committed
update localization var name in test
1 parent 59e9322 commit 3e4a5e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/devextreme/js/__internal/scheduler/__tests__/appointments.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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({

0 commit comments

Comments
 (0)