21461: Removes unnecessary session clearing code. Cypress already does it.
[arvados.git] / services / workbench2 / cypress / e2e / banner-tooltip.cy.js
index 3fbaba9e381413230d3fbe2a8063108674780192..0a434ec9e86034c10e6baa64938551cb089bce4f 100644 (file)
@@ -23,9 +23,6 @@ describe('Banner / tooltip tests', function () {
     });
 
     beforeEach(function () {
-        cy.clearCookies();
-        cy.clearLocalStorage();
-
         cy.on('uncaught:exception', (err, runnable, promise) => {
             Cypress.log({ message: `Application Error: ${err}`});
             if (promise) {