21461: Removes unnecessary session clearing code. Cypress already does it.
[arvados.git] / services / workbench2 / cypress / e2e / page-not-found.cy.js
index 6eab27c827dc3b1d0ffbc6b4cd22ce0f79e9b6fb..e147d740d3697b6c0d70efeaee57e39dc3e2d7d2 100644 (file)
@@ -13,11 +13,6 @@ describe('Page not found tests', function() {
         );
     });
 
-    beforeEach(function() {
-        cy.clearCookies()
-        cy.clearLocalStorage()
-    });
-
     it('shows not found page', function() {
         // when
         cy.loginAs(adminUser);