diff --git a/cypress/e2e/sections.spec.js b/cypress/e2e/sections.spec.js index e4c4f48321a..2aa5a327965 100644 --- a/cypress/e2e/sections.spec.js +++ b/cypress/e2e/sections.spec.js @@ -19,6 +19,7 @@ describe('Content Sections', () => { }) beforeEach(function() { + cy.clearAllSessionStorage() cy.login(user) cy.createTestFolder().then(folderName => { currentFolder = folderName