Skip to content

Commit ef87248

Browse files
committed
Update e2e tests to use setComboBoxValue instead of setValueVisible when selecting aggregation stage operator
1 parent ce919dd commit ef87248

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/compass-e2e-tests/helpers/commands/select-stage-operator.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ export async function selectStageOperator(
1212

1313
await focusStageOperator(browser, index);
1414

15-
await browser.setValueVisible(comboboxSelector, stageOperator);
16-
17-
await browser.keys(['Enter']);
15+
await browser.setComboBoxValue(comboboxSelector, stageOperator);
1816

1917
// the "select" should now blur and the ace textarea become focused
2018
await browser.waitUntil(async () => {

0 commit comments

Comments
 (0)