-
Notifications
You must be signed in to change notification settings - Fork 1.1k
waitForElement not working as expect on latest react version(16.8.6) #347
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
Labels
Comments
Yup, this should be fixed in a few minutes :) |
kentcdodds
pushed a commit
that referenced
this issue
Apr 5, 2019
wow @kentcdodds 34 seconds 🔥 🙇 |
@allcontributors[bot], please add @aledustet for bug |
I've put up a pull request to add @aledustet! 🎉 |
No problem! Thanks for taking the time to report the issue! |
🎉 This issue has been resolved in version 6.1.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
lucbpz
pushed a commit
to lucbpz/react-testing-library
that referenced
this issue
Jul 26, 2020
* docs: update README.md * docs: update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
react-testing-library
version: 6.1.1react
version: 16.8.6node
version: 11.10.1yarn
version: 1.13.0jest-dom
version: 3.1.3What you did:
Just run
yarn create react-app from-scratch --typescript
Add the
react-testing-library
andjest-dom
to the package.json, update theApp.test.tsx
with:What happened:
Reproduction:
code sandbox
Problem description:
The tests pass if I downgrade to:
Suggested solution:
I'm starting the bisect from the versions to see what might be changed.
The text was updated successfully, but these errors were encountered: