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 1d2c976 commit dad4ed7Copy full SHA for dad4ed7
packages/compass-e2e-tests/helpers/commands/save-aggregation-pipeline.ts
@@ -47,4 +47,7 @@ export async function saveAggregationPipeline(
47
const createButton = browser.$(Selectors.SavePipelineModal).$('button=Save');
48
49
await createButton.click();
50
+
51
+ // wait for the modal to disappear
52
+ await savePipelineModal.waitForDisplayed({ reverse: true });
53
}
0 commit comments