diff --git a/test/mongo/container.spec.ts b/test/mongo/container.spec.ts index b5e0599de..31ee62762 100644 --- a/test/mongo/container.spec.ts +++ b/test/mongo/container.spec.ts @@ -82,10 +82,6 @@ describe("Collection Add and Delete Mongo spec", () => { ); if (collections.length) { - await frame.waitFor(`div[class="collectionHeader main2 nodeItem "] > div[class="treeNodeHeader "]`, { - visible: true - }); - const textId = await frame.evaluate(element => { return element.attributes["data-test"].textContent; }, collections[0]);