Skip to content

Commit

Permalink
chore: Clean session storage to avoid auto focus remembering the curs…
Browse files Browse the repository at this point in the history
…or accross test runs

Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Apr 4, 2024
1 parent 3fec77d commit bc8e77c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/sections.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ describe('Content Sections', () => {
})

beforeEach(function() {
cy.clearAllSessionStorage()
cy.login(user)
cy.createTestFolder().then(folderName => {
currentFolder = folderName
Expand Down

0 comments on commit bc8e77c

Please sign in to comment.