Remove Explorer.isTryCosmos (#556)

This commit is contained in:
Steve Faulkner
2021-03-17 16:02:20 -05:00
committed by GitHub
parent a2e3be9680
commit 9db0975f7f
8 changed files with 11 additions and 20 deletions

View File

@@ -33,7 +33,7 @@ describe("MongoDB Index policy tests", () => {
await frame.click(`div[data-test="${collectionId}"]`);
await frame.waitFor(`div[data-test="Scale & Settings"]`), { visible: true };
await frame.waitFor(LOADING_STATE_DELAY);
await frame.waitFor(10000);
await frame.click(`div[data-test="Scale & Settings"]`);
await frame.waitFor(`button[data-content="Indexing Policy"]`), { visible: true };