We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ef389 commit b6df346Copy full SHA for b6df346
packages/compass-e2e-tests/helpers/selectors.ts
@@ -26,7 +26,7 @@ export const SettingsInputElement = (settingName: string): string => {
26
27
// LG Modals
28
export const LGModal = '[data-testid="lg-modal"]';
29
-export const LGModalClose = '[data-testid="lg-modal-close_button"]';
+export const LGModalClose = '[data-testid="lg-modal-close"]';
30
31
// LG Toasts container (these test ids are used by LG in the toast and are not in the code anywhere).
32
export const LGToastContainer = '[data-testid="lg-toast-scroll-container"]';
0 commit comments