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 2d6345d commit 994044dCopy full SHA for 994044d
packages/compass-e2e-tests/helpers/selectors.ts
@@ -1402,7 +1402,8 @@ export const ProxyCustomButton =
1402
export const ConfirmTabCloseModal = '[data-testid="confirm-tab-close"]';
1403
1404
export const GlobalWrites = {
1405
- tabStatus: (status: string) => `[data-status="${status.toLowerCase()}"]`,
+ tabStatus: (status: string) =>
1406
+ `[data-testid="globalwrites-content"] > [data-status="${status.toLowerCase()}"]`,
1407
1408
ShardKeyFormSecondKeyInputCombobox:
1409
'[data-testid="second-shard-key"] [role="combobox"] input',
0 commit comments