15768: fixed waitfordom args in collection spec Arvados-DCO-1.1-Signed-off-by: Lisa...
authorLisa Knox <lisaknox83@gmail.com>
Tue, 3 Oct 2023 13:38:51 +0000 (09:38 -0400)
committerLisa Knox <lisaknox83@gmail.com>
Tue, 3 Oct 2023 13:38:51 +0000 (09:38 -0400)
cypress/integration/collection.spec.js

index 719a75fad280933232cbfa7badef44e91f4ef779..8145ec3ffb893eac7fe3ec9258a552ed2152bbbb 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({ ficre: true }).get("[data-cy=collection-files-right-panel]").contains("5mb_b.bin").should("exist");
+                        cy.waitForDom().get("[data-cy=collection-files-right-panel]").contains("5mb_b.bin").should("exist");
                     });
                 });
             });