Skip to content

Commit 4ae78bd

Browse files
committed
fix POM
1 parent 06486a0 commit 4ae78bd

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme/js/__internal/scheduler/__tests__/__mock__/model

1 file changed

+1
-1
lines changed

packages/devextreme/js/__internal/scheduler/__tests__/__mock__/model/popup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export class PopupModel {
301301
};
302302

303303
getBackButton = (): HTMLButtonElement => {
304-
const backButton = this.element.querySelector('.dx-toolbar-button .dx-button[aria-label="arrowleft"]') as HTMLButtonElement;
304+
const backButton = this.element.querySelector('.dx-toolbar-button .dx-button[aria-label="Back"]') as HTMLButtonElement;
305305
if (!backButton) {
306306
throw new Error('Back button not found');
307307
}

0 commit comments

Comments
 (0)