This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 427
sessionStorage and localStorage are not cleared on reset #301
Comments
Merged
I got this working locally with the following snippet tossed into
You'll have to adjust the Hope this helps somebody! |
I'm running into this issue as well. Is this just not considered a bug? I will gladly take a stab at submitting a patch if I can. |
+1 for this issue. Is this the expected behavior and calling code should deal with it? Or is it a bug |
@levicole yeah, I'd say this is a bug. A tested patch would be most welcome. |
This is fixed on master. Thanks, @levicole. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
sessionStorage and localStorage are not cleared on reset, but I think they should, in the same way that cookies are being reset.
For example here the second scenario fails when running both specs together:
The text was updated successfully, but these errors were encountered: