From bc8e77c3500734691a7a33b66790adadc30a09a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 4 Apr 2024 08:52:40 +0200 Subject: [PATCH] chore: Clean session storage to avoid auto focus remembering the cursor accross test runs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- cypress/e2e/sections.spec.js | 1 + 1 file changed, 1 insertion(+) 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