Merge branch '17579-Clear-table-filter-when-changing-the-project' into main
[arvados-workbench2.git] / cypress / integration / collection.spec.js
index bd211b1a7198a060122f66a1ba6278b2df6b5e63..82a26cef6f325993a199643934a26ab7b2d0b43e 100644 (file)
@@ -945,7 +945,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');
                     });