Skip to content

v5.0.0

Compare
Choose a tag to compare
@kentcdodds kentcdodds released this 04 Sep 05:50

5.0.0 (2019-09-04)

Features

  • 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.