Skip to content

Commit fb127e2

Browse files
committed
fix(material/testing): Remove unused reference to documentRootLocatorFactory
1 parent a79a7a7 commit fb127e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/material/input/testing/input-harness.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import {InputHarnessFilters} from './input-harness-filters';
1313

1414
/** Harness for interacting with a standard Material inputs in tests. */
1515
export class MatInputHarness extends MatFormFieldControlHarnessBase {
16-
private readonly _documentRootLocator = this.documentRootLocatorFactory();
17-
1816
// TODO: We do not want to handle `select` elements with `matNativeControl` because
1917
// not all methods of this harness work reasonably for native select elements.
2018
// For more details. See: https://github.com/angular/components/pull/18221.

0 commit comments

Comments
 (0)