We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06486a0 commit 4ae78bdCopy full SHA for 4ae78bd
packages/devextreme/js/__internal/scheduler/__tests__/__mock__/model/popup.ts
@@ -301,7 +301,7 @@ export class PopupModel {
301
};
302
303
getBackButton = (): HTMLButtonElement => {
304
- const backButton = this.element.querySelector('.dx-toolbar-button .dx-button[aria-label="arrowleft"]') as HTMLButtonElement;
+ const backButton = this.element.querySelector('.dx-toolbar-button .dx-button[aria-label="Back"]') as HTMLButtonElement;
305
if (!backButton) {
306
throw new Error('Back button not found');
307
}
0 commit comments