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
I went the extra mile and went through the NPM 14.0.0-alpha versions of @testing-library/user-event and my test did not fail with -alpha.14 and before, but with -alpha.15 and above.
@testing-library/react
version: 14.0.0Relevant code or config:
What you did:
Update @testing-library/react version from 13.4.0 to 14.0.0
What happened:
Test started failing
Reproduction:
https://codesandbox.io/p/sandbox/relaxed-water-1bm3wr?welcome=true
Run pnpm test
The test fails as long as the @testing-library/react version is 14.0.0 and works fine with 13.4.0
Problem description:
Suggested solution:
The text was updated successfully, but these errors were encountered: