-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Description
- Replace
fireEvent.blur(htmlElement)
byhtmlElement.blur()
(https://testing-library.com/docs/guide-events/#focusblur); - Replace
findBy*
/getBy*
/queryBy*
byscreen.*
; - Add more examples in forms (mainly in material version):
- Tests using
mat-error
for eachform-field
instead of a block of errors; - Tests with form-friendly components, like
checkbox
,datepicker
,chips
,slider
,button-toggle
,autocomplete
.
- Tests using
Note that if you like the idea, I can submit a PR ASAP.
vijayksingh and calibri87vijayksingh
Metadata
Metadata
Assignees
Labels
No labels