Replies: 1 comment 1 reply
-
no, it's not. please show some form of reproduction. cypress is just a browser, so it should work like any other browser. We run our tests in cypress without problems. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Cypress component test that depends on a React Query invalidation. However, invalidating a query triggers no re-renders during the test. The invalidation works fine when running normally.
Is this a known issue/feature?
@cypress/react: 5.12.4
react: 17.0.2
react-query: 3.34.8
Update
I found a workaround here:
Workaround
Still I would like to know why this does not work normally during the test.
Beta Was this translation helpful? Give feedback.
All reactions