From 16ff95d6cc0e7c643b9d7a8fc673481316df9378 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Wed, 17 Feb 2021 21:48:43 +0100 Subject: [PATCH] 17306: Failing test fix 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/favorites.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/favorites.spec.js b/cypress/integration/favorites.spec.js index beee7618..3ad8e7db 100644 --- a/cypress/integration/favorites.spec.js +++ b/cypress/integration/favorites.spec.js @@ -172,7 +172,7 @@ describe('Favorites tests', function () { cy.get('main').contains(testSourceCollection.name).click(); cy.get('[data-cy=collection-files-panel]').contains('bar'); - cy.get('[data-cy=collection-files-panel]').find('input[type=checkbox]').click(); + cy.get('[data-cy=collection-files-panel]').find('input[type=checkbox]').click({ force: true }); cy.get('[data-cy=collection-files-panel-options-btn]').click(); cy.get('[data-cy=context-menu]') .contains('Copy selected into the collection').click(); -- 2.30.2