[arvados-workbench2] updated: 2.4.0-66-gea78e1af

git repository hosting git at public.arvados.org
Tue May 24 19:59:15 UTC 2022


Summary of changes:
 cypress/integration/create-workflow.spec.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  ea78e1afd181e1e6bf667cce24ad101e39d78b78 (commit)
      from  ae6892150bb19c974d8af4cb323760f52a2ea19e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ea78e1afd181e1e6bf667cce24ad101e39d78b78
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue May 24 15:59:02 2022 -0400

    19069: Fix create workflow test
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

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');
         });
     });
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list