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 c787b1e commit 22bc605Copy full SHA for 22bc605
packages/compass-e2e-tests/helpers/commands/sidebar-connection.ts
@@ -134,7 +134,7 @@ export async function hasConnectionMenuItem(
134
// Hover over an arbitrary other element to ensure that the second hover will
135
// actually be a fresh one. This otherwise breaks if this function is called
136
// twice in a row.
137
- await browser.hover(`*:not(${selector}, ${selector} *)`);
+ await browser.hover(Selectors.Multiple.ConnectionsTitle);
138
139
await browser.hover(selector);
140
return false;
0 commit comments