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): Fix implementation issue caused by the addition
of getFloatingLabelText functionality to MatFormFieldControlHarness.
Adding anything to MatFormFieldControlHarness causes problems with
MatFormFieldHarness.getControl(...) since the function expects a
MatFormFieldControlHarness, but doesn't always get a child of this type
in practice. For example, MatAutocomplete and MatChipGridHarness are
commonly fetched types, and even the directly supported MatDateRangeInputHarness does
not inherit from MatFormFieldControlHarness. Moving the functionality to
MatFormFieldControlHarnessBase fixes this problem.
0 commit comments