21461: Removes unnecessary session clearing code. Cypress already does it.
[arvados.git] / services / workbench2 / cypress / e2e / side-panel.cy.js
index d6ac754d0a4d0da815b51c7ee4ef7564b43b1e9d..6d6b19bfab2dd523bbfb5d2198f10950c1c57f24 100644 (file)
@@ -23,11 +23,6 @@ describe('Side panel tests', function() {
         );
     })
 
-    beforeEach(function() {
-        cy.clearCookies()
-        cy.clearLocalStorage()
-    })
-
     it('enables the +NEW side panel button on users home project', function() {
         cy.loginAs(activeUser);
         cy.get('[data-cy=side-panel-button]')