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
Introducing testing-library/user-event into a single test has started causing some unrelated tests to fail in another part of the codebase (tests dealing with focus specifically)
Suggested solution
It would be great if I could call userEvent.setup() in my test and then have a user.destroy() or userEvent.destroy() method to call after the test is complete
Additional context
No response
The text was updated successfully, but these errors were encountered:
Problem description
Introducing testing-library/user-event into a single test has started causing some unrelated tests to fail in another part of the codebase (tests dealing with focus specifically)
Suggested solution
It would be great if I could call
userEvent.setup()
in my test and then have auser.destroy()
oruserEvent.destroy()
method to call after the test is completeAdditional context
No response
The text was updated successfully, but these errors were encountered: