17579: fix for wrong conflict resolution
[arvados-workbench2.git] / cypress / integration / collection.spec.js
index eb06a06c92549b7a06e684054610d6d0ca8d1ffa..6c1727fb453ffdd0e89254fd382cd9c4465bfd6e 100644 (file)
@@ -865,7 +865,8 @@ describe('Collection panel tests', function () {
 
                         cy.get('[data-cy=form-submit-btn]').click();
 
-                        cy.get('button[aria-label=Remove]').click({ multiple: true });
+                        cy.get('button[aria-label=Remove]').should('exist');
+                        cy.get('button[aria-label=Remove]').click({ multiple: true, force: true });
 
                         cy.get('[data-cy=form-submit-btn]').should('not.exist');
                     });