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