Skip to content

Conversation

timdeschryver
Copy link
Member

BREAKING CHANGE:

BREAKING CHANGE:

- fire events (e.g. click, input, change) are removed from the render result, import fireEvent (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)
- custom user events are removed, use the @testing-library/user-event package (https://testing-library.com/docs/ecosystem-user-event)
- selectOptions the text option expects to be the value of the select option instead of the text
- waitFor and waitForElementToBeRemoved are removed from the render result, import them directly from @testing-library/angular
@timdeschryver timdeschryver merged commit 306546e into master Jun 28, 2020
@timdeschryver timdeschryver deleted the pr/ng-10 branch June 28, 2020 07:44
@timdeschryver
Copy link
Member Author

🎉 This PR is included in version 10.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant