Releases: testing-library/angular-testing-library
Releases · testing-library/angular-testing-library
v10.1.2
v10.1.1
v10.1.0
v10.0.2
v10.0.1
v10.0.0
10.0.0 (2020-06-28)
Features
BREAKING CHANGES
- fire events (e.g.
click
,input
,change
) are removed from the render result, importfireEvent
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
andwaitForElementToBeRemoved
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