From 368c579bfe87bedf8905b5200fb4829ea0f1f905 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Wed, 8 Dec 2021 16:50:37 +0100 Subject: [PATCH] 17579: Fix for collection cypress failure MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- cypress/integration/collection.spec.js | 1 + 1 file changed, 1 insertion(+) 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'); -- 2.30.2