21461: Removes unnecessary session clearing code. Cypress already does it.
[arvados.git] / services / workbench2 / cypress / e2e / login.cy.js
index 79f73670a34b055141974ba7da8bec0eef1ea22c..6f2c91c37e27c82b91e5e6d2311e04efa26d0c19 100644 (file)
@@ -33,11 +33,6 @@ describe('Login tests', function() {
         randomUser.password = 'topsecret';
     })
 
-    beforeEach(function() {
-        cy.clearCookies()
-        cy.clearLocalStorage()
-    })
-
     it('shows login page on first visit', function() {
         cy.visit('/')
         cy.get('div#root').should('contain', 'Please log in')