-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
any find*
command fails when is first to run in a test context
#253
Comments
I'm happy to PR the fix I've made in my fork, including the tests if desired. |
find*
command fails when is the first to run in a test contextfind*
command fails when is first to run in a test context
Also, in case others run into this before its resolved, setting the following globally seems to ensure beforeEach(() => {
cy.then(() => null)
}) |
I ran into this today. Thank you for finding and providing a solution 😄 |
I also ran into this issue. Thanks for the explanation & workaround! A MR would be appreciated :) |
I put this in my e2e.ts file and it worked! |
Any plans to release a fix for this? Thanks! |
cypress-testing-library
version: 9.0.0node
version: 19.4.0npm
(oryarn
) version: 9.2.0 (npm)What you did:
What happened:
Reproduction repository:
Problem description:
Suggested solution:
Thanks for continuing to provide an amazing utility. 🙏
The text was updated successfully, but these errors were encountered: