[ARVADOS-WORKBENCH2] created: 2.3.0-187-g05fb88d6
Git user
git at public.arvados.org
Tue Mar 1 21:42:15 UTC 2022
at 05fb88d697f54beb15af5a05ce65d9e13d9cbcaa (commit)
commit 05fb88d697f54beb15af5a05ce65d9e13d9cbcaa
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Tue Mar 1 18:40:49 2022 -0300
18769: Removes the use of {force: true} on clicking actions at cypress tests.
Only for DataExplorer related tests, for now.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/cypress/integration/favorites.spec.js b/cypress/integration/favorites.spec.js
index 9bc90ebd..354067d9 100644
--- a/cypress/integration/favorites.spec.js
+++ b/cypress/integration/favorites.spec.js
@@ -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();
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list