X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b49ca531d77614d3029b4d34c39df3e2938c39cf..c65d58daa5d570be4c19fc207abeda7e01ae1466:/cypress/integration/collection.spec.js diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js index 3a1e9da5..ff5e4dbd 100644 --- a/cypress/integration/collection.spec.js +++ b/cypress/integration/collection.spec.js @@ -990,7 +990,7 @@ describe('Collection panel tests', function () { cy.goToPath(`/collections/${sourceCollection.uuid}`); // Select both files - cy.get('[data-cy=collection-files-panel]').within(() => { + cy.waitForDom().get('[data-cy=collection-files-panel]').within(() => { cy.get('input[type=checkbox]').first().click(); cy.get('input[type=checkbox]').last().click(); });