From: Lisa Knox Date: Mon, 18 Sep 2023 19:58:21 +0000 (-0400) Subject: 15768: all collection specs pass Arvados-DCO-1.1-Signed-off-by: Lisa Knox --- diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js index 8145ec3f..719a75fa 100644 --- a/cypress/integration/collection.spec.js +++ b/cypress/integration/collection.spec.js @@ -1011,7 +1011,7 @@ describe("Collection panel tests", function () { // subdir gets unselected, I think this is a bug but // for the time being let's just make sure the test works. cy.get("[data-cy=collection-files-panel]").contains("subdir").click(); - cy.waitForDom().get("[data-cy=collection-files-right-panel]").contains("5mb_b.bin").should("exist"); + cy.waitForDom({ ficre: true }).get("[data-cy=collection-files-right-panel]").contains("5mb_b.bin").should("exist"); }); }); });