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
BREAKING CHANGE:
- 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
0 commit comments