Skip to content

Commit

Permalink
sensable selector
Browse files Browse the repository at this point in the history
  • Loading branch information
mabaasit committed Nov 4, 2024
1 parent 2d6345d commit 994044d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/compass-e2e-tests/helpers/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,8 @@ export const ProxyCustomButton =
export const ConfirmTabCloseModal = '[data-testid="confirm-tab-close"]';

export const GlobalWrites = {
tabStatus: (status: string) => `[data-status="${status.toLowerCase()}"]`,
tabStatus: (status: string) =>
`[data-testid="globalwrites-content"] > [data-status="${status.toLowerCase()}"]`,

ShardKeyFormSecondKeyInputCombobox:
'[data-testid="second-shard-key"] [role="combobox"] input',
Expand Down

0 comments on commit 994044d

Please sign in to comment.