[arvados] updated: 2.7.0-6305-g9078027722

git repository hosting git at public.arvados.org
Wed May 15 18:21:15 UTC 2024


Summary of changes:
 services/workbench2/cypress/e2e/workflow.cy.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  9078027722e70c82d972a41e416620c9d8428b8b (commit)
      from  4bdf476ee4c09d8d2487aa5f40e54f7873ae5bf5 (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 9078027722e70c82d972a41e416620c9d8428b8b
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Wed May 15 14:21:02 2024 -0400

    21535: fixed deletion verify assertion Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/cypress/e2e/workflow.cy.js b/services/workbench2/cypress/e2e/workflow.cy.js
index 57f3f6a4ec..80e236966b 100644
--- a/services/workbench2/cypress/e2e/workflow.cy.js
+++ b/services/workbench2/cypress/e2e/workflow.cy.js
@@ -265,9 +265,9 @@ describe('Registered workflow panel tests', function() {
         cy.get('body').contains('Delete Workflow', {timeout: 10000}).should('exist')
         cy.get('[data-cy=multiselect-button]').eq(0).click();
         cy.get('[data-cy=confirmation-dialog-ok-btn]').should('exist').click();
-        
+
         wfNames.forEach((wfName) => {
-            cy.get('[data-cy=data-table-row]').contains(wfName).should('not.exist');
+            cy.get('tr').contains(wfName).should('not.exist');
         });
     });
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list