[ARVADOS-WORKBENCH2] updated: 2.3.0-29-g368c579b

Git user git at public.arvados.org
Wed Dec 8 15:51:42 UTC 2021


Summary of changes:
 cypress/integration/collection.spec.js | 1 +
 1 file changed, 1 insertion(+)

       via  368c579bfe87bedf8905b5200fb4829ea0f1f905 (commit)
      from  aac3dfbed3d02cc6a2240add62439ee0dda3f335 (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 368c579bfe87bedf8905b5200fb4829ea0f1f905
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Wed Dec 8 16:50:37 2021 +0100

    17579: Fix for collection cypress failure
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index eb06a06c..e7282275 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -865,6 +865,7 @@ describe('Collection panel tests', function () {
 
                         cy.get('[data-cy=form-submit-btn]').click();
 
+                        cy.get('button[aria-label=Remove]').should('exist');
                         cy.get('button[aria-label=Remove]').click({ multiple: true });
 
                         cy.get('[data-cy=form-submit-btn]').should('not.exist');

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list