Skip to content

Commit

Permalink
fixup! Test persisting accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Oct 27, 2022
1 parent 1d3f85e commit d10081e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/persist.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function mockAccountAPI(address: string, balance: number) {

describe('Persist', () => {
beforeEach(() => {
cy.visit('/')
cy.clearLocalStorage()
})

Expand Down

0 comments on commit d10081e

Please sign in to comment.