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
fix(material/testing): Fix newly introduced issue caused by the addition
of floating label functionality to MatFormFieldControlHarness class
Adding anything to this abstract class causes compilation issues when
using MatFormFieldHarness.getControl(...) to fetch a type other than the
directly supported types. The most common problems arise when fetching
MatAutocompleteHarness or MatChipGridHarness, but I have found instances
of other components such as MatCheckboxHarness. Moving the functionality
to a base class resolves this.
0 commit comments