Skip to content

Commit

Permalink
fix selector
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb committed Aug 15, 2024
1 parent d04c459 commit 92760a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compass-e2e-tests/helpers/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export const Multiple = {

InUseEncryptionMarker: '[data-action="open-csfle-modal"]',

ConnectionItems: '[role="treeitem"][aria-level="1"]',
ConnectionItems: '[role="treeitem"][aria-level="1"] [data-is-connected]',
ConnectedConnectionItems:
'[role="treeitem"][aria-level="1"] [data-is-connected=true]',

Expand Down

0 comments on commit 92760a2

Please sign in to comment.