[arvados-workbench2] updated: 2.4.0-75-g4ff4d540

git repository hosting git at public.arvados.org
Tue May 24 21:04:59 UTC 2022


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

       via  4ff4d54006bc6c619616f6fc229b4374c5d83879 (commit)
       via  e3064da256b0c0f78e97bfe53825a5c0bf11a4cb (commit)
       via  ea78e1afd181e1e6bf667cce24ad101e39d78b78 (commit)
      from  46c5d0d6ab1e39af6a8c12a7d620e0b03cde8a53 (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 4ff4d54006bc6c619616f6fc229b4374c5d83879
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue May 24 17:04:47 2022 -0400

    19143: Fix selector
    
    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 056158a8..8df8389f 100644
--- a/cypress/integration/create-workflow.spec.js
+++ b/cypress/integration/create-workflow.spec.js
@@ -78,7 +78,7 @@ describe('Multi-file deletion tests', function () {
             cy.get('[data-cy=new-process-panel]')
                 .within(() => {
                     cy.get('[name=name]').type(`Workflow name (${Math.floor(Math.random() * 999999)})`);
-                    cy.get('[readonly]').click();
+                    cy.contains('input').next().click();
                 });
 
             cy.get('[data-cy=choose-a-file-dialog]').as('chooseFileDialog');

commit e3064da256b0c0f78e97bfe53825a5c0bf11a4cb
Merge: 46c5d0d6 ea78e1af
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue May 24 16:35:30 2022 -0400

    Merge branch '19069-workflow-launching' into 19143-project-list-workflows
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list