X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/6e4b23e9a99ab64e25c60a128e6beb4fa8636374..be9b5b23f584d08adcee0d3ca4a31558c1aa938d:/cypress/integration/collection.spec.js diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js index eb06a06c..6c1727fb 100644 --- a/cypress/integration/collection.spec.js +++ b/cypress/integration/collection.spec.js @@ -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'); });