From: Lisa Knox Date: Mon, 18 Mar 2024 18:13:45 +0000 (-0400) Subject: 21600: removed tests to test spec itself Arvados-DCO-1.1-Signed-off-by: Lisa Knox... X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/ffe0c69733abbf34adca1c6d1c9dd15cb3904ccb 21600: removed tests to test spec itself Arvados-DCO-1.1-Signed-off-by: Lisa Knox --- diff --git a/services/workbench2/cypress/e2e/banner-tooltip.cy.js b/services/workbench2/cypress/e2e/banner-tooltip.cy.js index a8b2107958..68d0797433 100644 --- a/services/workbench2/cypress/e2e/banner-tooltip.cy.js +++ b/services/workbench2/cypress/e2e/banner-tooltip.cy.js @@ -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