18787: Separating the wheat from the chaff. This changes should be innocuous.
[arvados-workbench2.git] / cypress / integration / favorites.spec.js
index 105657effa77300136db29760437731eec3ec764..7fd091245f770015a7c86c12ae938d0ace54db86 100644 (file)
@@ -64,7 +64,7 @@ describe('Favorites tests', function () {
                 cy.loginAs(activeUser);
                 cy.goToPath(`/collections/${testSourceCollection.uuid}`);
                 cy.get('[data-cy=collection-files-panel]').contains('bar');
-                cy.get('[data-cy=collection-files-panel]').find('input[type=checkbox]').click({ force: true });
+                cy.get('[data-cy=collection-files-panel]').find('input[type=checkbox]').click();
                 cy.get('[data-cy=collection-files-panel-options-btn]').click();
                 cy.get('[data-cy=context-menu]')
                     .contains('Copy selected into the collection').click();