We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79a7a7 commit fb127e2Copy full SHA for fb127e2
src/material/input/testing/input-harness.ts
@@ -13,8 +13,6 @@ import {InputHarnessFilters} from './input-harness-filters';
13
14
/** Harness for interacting with a standard Material inputs in tests. */
15
export class MatInputHarness extends MatFormFieldControlHarnessBase {
16
- private readonly _documentRootLocator = this.documentRootLocatorFactory();
17
-
18
// TODO: We do not want to handle `select` elements with `matNativeControl` because
19
// not all methods of this harness work reasonably for native select elements.
20
// For more details. See: https://github.com/angular/components/pull/18221.
0 commit comments