Redux state not getting updated. #24988
Unanswered
kaushalendra-pandey
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried setting up cypress for testing my app using redux.
I followed these steps:
https://www.cypress.io/blog/2018/11/14/testing-redux-store/
This seems not to be working as:
The above code always returns me the initial redux state.
My cypress version is : ^11.2.0
I am using redux-toolkit v1.7.1
React v17.0.2
Beta Was this translation helpful? Give feedback.
All reactions