From ea78e1afd181e1e6bf667cce24ad101e39d78b78 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 24 May 2022 15:59:02 -0400 Subject: [PATCH 1/1] 19069: Fix create workflow test Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- cypress/integration/create-workflow.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/integration/create-workflow.spec.js b/cypress/integration/create-workflow.spec.js index 709db76e..056158a8 100644 --- a/cypress/integration/create-workflow.spec.js +++ b/cypress/integration/create-workflow.spec.js @@ -73,7 +73,7 @@ describe('Multi-file deletion tests', function () { cy.get('[data-cy=run-process-next-button]').click(); - cy.get('[data-cy=new-process-panel]').contains('Run Process').should('be.disabled'); + cy.get('[data-cy=new-process-panel]').contains('Run workflow').should('be.disabled'); cy.get('[data-cy=new-process-panel]') .within(() => { @@ -105,7 +105,7 @@ describe('Multi-file deletion tests', function () { cy.get('@chooseFileDialog').find('button').contains('Ok').click(); cy.get('[data-cy=new-process-panel]') - .find('button').contains('Run Process').should('not.be.disabled'); + .find('button').contains('Run workflow').should('not.be.disabled'); }); }); -- 2.30.2