21461: Removes unnecessary session clearing code. Cypress already does it.
[arvados.git] / services / workbench2 / cypress / e2e / multiselect-toolbar.cy.js
index ef503f7ef628874af301821f23a1ffc1385e39e0..ce3551bbd1e49936074e6166c734eadc1b38d5d9 100644 (file)
@@ -23,11 +23,6 @@ describe('Multiselect Toolbar Tests', () => {
             });
     });
 
-    beforeEach(function () {
-        cy.clearCookies();
-        cy.clearLocalStorage();
-    });
-
     it('exists in DOM in neutral state', () => {
         cy.loginAs(activeUser);
         cy.get('[data-cy=multiselect-toolbar]').should('exist');