Skip to content

Commit 994044d

Browse files
committed
sensable selector
1 parent 2d6345d commit 994044d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,8 @@ export const ProxyCustomButton =
14021402
export const ConfirmTabCloseModal = '[data-testid="confirm-tab-close"]';
14031403

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

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

0 commit comments

Comments
 (0)