Skip to content

Commit 22bc605

Browse files
committed
flake
1 parent c787b1e commit 22bc605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/helpers/commands/sidebar-connection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export async function hasConnectionMenuItem(
134134
// Hover over an arbitrary other element to ensure that the second hover will
135135
// actually be a fresh one. This otherwise breaks if this function is called
136136
// twice in a row.
137-
await browser.hover(`*:not(${selector}, ${selector} *)`);
137+
await browser.hover(Selectors.Multiple.ConnectionsTitle);
138138

139139
await browser.hover(selector);
140140
return false;

0 commit comments

Comments
 (0)