Skip to content

Commit

Permalink
test: clear localstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
AlitaBernachot committed Dec 17, 2024
1 parent 3bb70d3 commit b61cfd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/legends/legends.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ describe('Legends', () => {
'/legends/get_html?lang=fr&name=energie%3Apotentiel_solaire&id=1813',
{ fixture: 'legends_potentiel_solaire.html' }
)
cy.clearLocalStorage()
cy.visit('/')
})

Expand Down

0 comments on commit b61cfd8

Please sign in to comment.