X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/215d0b7a7e1f69765c5f2a1139e52d8c427066eb..ceb9037bd7da9d2c0352c09184e07096db982046:/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();