X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3faec930d569af9bfceef94b2fe2c52a4aa2d904..b4f14437823e9201e9cd952a4f6f3b1502b583bd:/cypress/integration/create-workflow.spec.js diff --git a/cypress/integration/create-workflow.spec.js b/cypress/integration/create-workflow.spec.js index ca56e404ad..0fe7e34117 100644 --- a/cypress/integration/create-workflow.spec.js +++ b/cypress/integration/create-workflow.spec.js @@ -166,8 +166,8 @@ describe('Multi-file deletion tests', function () { cy.get(`[data-id=${testCollection.uuid}]`) .find('i').click(); + cy.wait(1000); cy.contains('bar').closest('[data-action=TOGGLE_ACTIVE]').parent().find('input[type=checkbox]').click(); - cy.contains('baz').closest('[data-action=TOGGLE_ACTIVE]').parent().find('input[type=checkbox]').click(); cy.get('[data-cy=ok-button]').click();