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 33a40ab commit e87c62fCopy full SHA for e87c62f
packages/compass-e2e-tests/helpers/commands/select-stage-operator.ts
@@ -12,9 +12,7 @@ export async function selectStageOperator(
12
13
await focusStageOperator(browser, index);
14
15
- await browser.setValueVisible(comboboxSelector, stageOperator);
16
-
17
- await browser.keys(['Enter']);
+ await browser.setComboBoxValue(comboboxSelector, stageOperator);
18
19
// the "select" should now blur and the ace textarea become focused
20
await browser.waitUntil(async () => {
0 commit comments