From: Lucas Di Pentima Date: Thu, 10 Feb 2022 21:58:56 +0000 (-0300) Subject: 18560: Fixes unrelated flaky test. X-Git-Tag: 2.4.0~9^2~1 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/c72cb99d0f37aa86cd595d77d742c69c25ff2fba 18560: Fixes unrelated flaky test. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/cypress/integration/create-workflow.spec.js b/cypress/integration/create-workflow.spec.js index 4da74757..b1ea5dbf 100644 --- a/cypress/integration/create-workflow.spec.js +++ b/cypress/integration/create-workflow.spec.js @@ -64,9 +64,6 @@ describe('Multi-file deletion tests', function () { cy.get('@testWorkflow').then(() => { cy.loginAs(adminUser); - cy.get('[data-cy=linear-progress]').should('exist'); - cy.get('[data-cy=linear-progress]').should('not.exist'); - cy.get('[data-cy=side-panel-button]').click(); cy.get('[data-cy=side-panel-run-process]').click();