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
Add retry-ability to the cypress adapters for dom-testing-library (#78) (ab5263d), closes #78
Replace Chai assertion error messages with better feedback about the failed command names
BREAKING CHANGES
get* queries are now removed, because users expect the retry-ability from Cypress by default. We now throw an error asking the user to use find* instead.