15768: all collection specs pass Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox...
[arvados-workbench2.git] / cypress / integration / collection.spec.js
index 8145ec3ffb893eac7fe3ec9258a552ed2152bbbb..719a75fad280933232cbfa7badef44e91f4ef779 100644 (file)
@@ -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");
                     });
                 });
             });