[arvados] updated: 2.7.0-6215-gea30fca969

git repository hosting git at public.arvados.org
Mon Mar 18 18:43:01 UTC 2024


Summary of changes:
 services/workbench2/cypress/e2e/banner-tooltip.cy.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

       via  ea30fca96919402f1eedcf1a598240b9514972e0 (commit)
      from  ffe0c69733abbf34adca1c6d1c9dd15cb3904ccb (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 ea30fca96919402f1eedcf1a598240b9514972e0
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Mon Mar 18 14:42:54 2024 -0400

    21600: tweaked test  Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/cypress/e2e/banner-tooltip.cy.js b/services/workbench2/cypress/e2e/banner-tooltip.cy.js
index 68d0797433..f7df7d9742 100644
--- a/services/workbench2/cypress/e2e/banner-tooltip.cy.js
+++ b/services/workbench2/cypress/e2e/banner-tooltip.cy.js
@@ -68,9 +68,9 @@ describe('Banner / tooltip tests', function () {
     });
 
     it('should re-show the banner', () => {
-        // cy.loginAs(adminUser);
+        cy.loginAs(adminUser);
 
-        // cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
+        cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
 
         // cy.get('[title=Notifications]').click({ force: true });
         // cy.get('[data-cy=restore-banner-li]').click({ force: true });
@@ -80,14 +80,14 @@ describe('Banner / tooltip tests', function () {
 
 
     it('should show tooltips and remove tooltips as localStorage key is present', () => {
-        // cy.loginAs(adminUser);
+        cy.loginAs(adminUser);
 
         // cy.get('[data-cy=side-panel-tree]').then(($el) => {
         //     const el = $el.get(0) //native DOM element
         //     expect(el._tippy).to.not.be.undefined;
         // });
 
-        // cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
+        cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
 
         // cy.get('[title=Notifications]').click();
         // cy.get('[data-cy=disable-tooltip-toggle]').click({ force: true });

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list