X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a646dc012008ba2f73e5b3707598640fa5f9f1c3..bdcaea37455b72c345c7305e6a7bc4ba63d5c1b7:/cypress/integration/collection.spec.js diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js index 8145ec3ffb..719a75fad2 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"); }); }); });