From: Peter Amstutz Date: Tue, 24 May 2022 19:59:02 +0000 (-0400) Subject: 19069: Fix create workflow test X-Git-Tag: 2.4.1~1^2~1^2~3^2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/ea78e1afd181e1e6bf667cce24ad101e39d78b78?hp=ae6892150bb19c974d8af4cb323760f52a2ea19e 19069: Fix create workflow test Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- 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'); }); });