You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in our code we have a useLocalStorage hook, which uses 'storage' event to update the state when localStorage is updated.
This event is not triggered when using cypress (after updating the LocalStorage yk)
Desired behavior
The storage event should get triggered.
Test code to reproduce
Cypress Version
13.11.0
Node version
18.18.2
Operating System
macOS 12.5
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered:
Current behavior
in our code we have a useLocalStorage hook, which uses 'storage' event to update the state when localStorage is updated.
This event is not triggered when using cypress (after updating the LocalStorage yk)
Desired behavior
The storage event should get triggered.
Test code to reproduce
Cypress Version
13.11.0
Node version
18.18.2
Operating System
macOS 12.5
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: