scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

Cypress not clearing session storage between tests #172

Closed scottohara closed 1 year ago

scottohara commented 4 years ago

Needed to add a manual cy.window().then(win => win.sessionStorage.clear());

According to https://github.com/cypress-io/cypress/issues/686, session storage should be cleared, but isn't.

jennifer-shehane commented 4 years ago

This is not currently implemented. See https://github.com/cypress-io/cypress/issues/413