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
feat(material/testing): Add 'label' filter to form field control
harnesses
This facilitates testing by making it possible to fetch certain
harnesses using their floating label text (mat-label). Previously, the
user would have to locate the harness using an id or class, or by
calling MatFormFieldHarness.getControl().
This affects the following harnesses:
- MatInputHarness
- MatSelectHarness
- MatNativeSelectHarness
- MatDatepickerInputHarness
- MatDateRangeInputHarness
Tests via unit tests
0 commit comments