testing-library / cypress-testing-library

🐅 Simple and complete custom Cypress commands and utilities that encourage good testing practices.
http://npm.im/@testing-library/cypress
MIT License
1.8k stars 152 forks source link

Update @testing-library/dom to v10 #275

Closed boyarskiy closed 2 months ago

boyarskiy commented 3 months ago

Problem description:

We’ve noticed incompatibilities with other libraries that use the latest version of @testing-library/dom, such as @testing-library/react and @testing-library/user-event. Having both versions 9 and 10 in a project causes warnings and errors, for example user-event actions not wrapped in act.

Should it be updated with the latest @testing-library/dom (10.1.0)?

Suggested solution:

Update @testing-library/cypress to use the latest version of @testing-library/dom.