Skip to content

v10.0.0

Compare
Choose a tag to compare
@timdeschryver timdeschryver released this 28 Jun 07:51
306546e

10.0.0 (2020-06-28)

Features

BREAKING CHANGES

  • fire events (e.g. click, input, change) are removed from the render result, import fireEvent directly from @testing-library/angular (as an example take a look at http://github.com/testing-library/angular-testing-library/blob/master/apps/example-app/app/examples/03-forms.spec.ts#L2)
  • waitFor and waitForElementToBeRemoved are removed from the render result, import them directly from @testing-library/angular
  • custom user events are removed, use the @testing-library/user-event package (testing-library.com/docs/ecosystem-user-event)
  • selectOptions now selects the option based on its value, not via the text of the select option