X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/97622f7e87cccdd98dfc748913ed8791c862bd4a..fc84a3f3932af503d3afd04a58af52270c8fc3b6:/cypress/integration/collection.spec.js diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js index bd211b1a..82a26cef 100644 --- a/cypress/integration/collection.spec.js +++ b/cypress/integration/collection.spec.js @@ -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'); });