17579: Fix for collection cypress failure
authorDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Wed, 8 Dec 2021 15:50:37 +0000 (16:50 +0100)
committerDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Wed, 8 Dec 2021 15:50:37 +0000 (16:50 +0100)
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

cypress/integration/collection.spec.js

index eb06a06c92549b7a06e684054610d6d0ca8d1ffa..e728227580a98afabf554813f8f0916c3d7e833f 100644 (file)
@@ -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');