Skip to content

Commit b6df346

Browse files
committed
Update modal close selector
1 parent 74ef389 commit b6df346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/helpers/selectors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const SettingsInputElement = (settingName: string): string => {
2626

2727
// LG Modals
2828
export const LGModal = '[data-testid="lg-modal"]';
29-
export const LGModalClose = '[data-testid="lg-modal-close_button"]';
29+
export const LGModalClose = '[data-testid="lg-modal-close"]';
3030

3131
// LG Toasts container (these test ids are used by LG in the toast and are not in the code anywhere).
3232
export const LGToastContainer = '[data-testid="lg-toast-scroll-container"]';

0 commit comments

Comments
 (0)