[ARVADOS-WORKBENCH2] updated: 2.1.0-191-g16ff95d6

Git user git at public.arvados.org
Wed Feb 17 20:45:13 UTC 2021


Summary of changes:
 cypress/integration/favorites.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  16ff95d6cc0e7c643b9d7a8fc673481316df9378 (commit)
      from  4860e74d347552476c77e313c85502787b6d7dfe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 16ff95d6cc0e7c643b9d7a8fc673481316df9378
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Wed Feb 17 21:48:43 2021 +0100

    17306: Failing test fix
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

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();

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list