17306: Failing test fix
authorDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Wed, 17 Feb 2021 20:48:43 +0000 (21:48 +0100)
committerDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Wed, 17 Feb 2021 20:48:43 +0000 (21:48 +0100)
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

cypress/integration/favorites.spec.js

index beee7618f6635cc4f32fdf702e58c1ed403d3321..3ad8e7dbb9e98aed65792616edc5be00e989689f 100644 (file)
@@ -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();