From c72cb99d0f37aa86cd595d77d742c69c25ff2fba Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Thu, 10 Feb 2022 18:58:56 -0300 Subject: [PATCH] 18560: Fixes unrelated flaky test. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- cypress/integration/create-workflow.spec.js | 3 --- 1 file changed, 3 deletions(-) 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(); -- 2.30.2