21600: removed tests to test spec itself Arvados-DCO-1.1-Signed-off-by: Lisa Knox...
authorLisa Knox <lisaknox83@gmail.com>
Mon, 18 Mar 2024 18:13:45 +0000 (14:13 -0400)
committerLisa Knox <lisaknox83@gmail.com>
Mon, 18 Mar 2024 18:13:45 +0000 (14:13 -0400)
services/workbench2/cypress/e2e/banner-tooltip.cy.js

index a8b210795801e28e63edacaf72873862b6c04892..68d07974335f109a192a259058420d91042dcd67 100644 (file)
@@ -68,33 +68,33 @@ 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 });
+        // cy.get('[title=Notifications]').click({ force: true });
+        // cy.get('[data-cy=restore-banner-li]').click({ force: true });
 
-        cy.get('[data-cy=confirmation-dialog-ok-btn]').should('be.visible');
+        // cy.get('[data-cy=confirmation-dialog-ok-btn]').should('be.visible');
     });
 
 
     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=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 });
+        // cy.get('[title=Notifications]').click();
+        // cy.get('[data-cy=disable-tooltip-toggle]').click({ force: true });
 
-        cy.get('[data-cy=side-panel-tree]').then(($el) => {
-            const el = $el.get(0) //native DOM element
-            expect(el._tippy).to.be.undefined;
-        });
+        // cy.get('[data-cy=side-panel-tree]').then(($el) => {
+        //     const el = $el.get(0) //native DOM element
+        //     expect(el._tippy).to.be.undefined;
+        // });
     });
 });
\ No newline at end of file