X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c272d74463c393c967f0bdc3a9f3de626f3e5e7c..be3378300d63ce537a5843c5fc23ecd76f4f1f5c:/services/workbench2/cypress/e2e/multiselect-toolbar.cy.js diff --git a/services/workbench2/cypress/e2e/multiselect-toolbar.cy.js b/services/workbench2/cypress/e2e/multiselect-toolbar.cy.js index ef503f7ef6..ce3551bbd1 100644 --- a/services/workbench2/cypress/e2e/multiselect-toolbar.cy.js +++ b/services/workbench2/cypress/e2e/multiselect-toolbar.cy.js @@ -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');