[arvados-workbench2] updated: 2.5.0-43-gc9035537

git repository hosting git at public.arvados.org
Fri Feb 24 15:51:47 UTC 2023


Summary of changes:
 cypress/integration/banner-tooltip.spec.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  c9035537f611078317d9087c8b4061dd850e81aa (commit)
      from  854ddaf2187cab8d97800e29b8d0c3c9dea7bb15 (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 c9035537f611078317d9087c8b4061dd850e81aa
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Fri Feb 24 16:51:26 2023 +0100

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

diff --git a/cypress/integration/banner-tooltip.spec.js b/cypress/integration/banner-tooltip.spec.js
index b9232072..53777058 100644
--- a/cypress/integration/banner-tooltip.spec.js
+++ b/cypress/integration/banner-tooltip.spec.js
@@ -34,7 +34,7 @@ describe('Collection panel tests', function () {
 
         cy.loginAs(adminUser);
 
-        cy.goToPath(`/collections/${collectionUUID}`);
+        // cy.goToPath(`/collections/${collectionUUID}`);
 
         cy.wait(2000);
 
@@ -54,7 +54,7 @@ describe('Collection panel tests', function () {
 
         cy.loginAs(adminUser);
 
-        cy.goToPath(`/collections/${collectionUUID}`);
+        // cy.goToPath(`/collections/${collectionUUID}`);
 
         cy.wait(2000);
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list