File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/material/tree/testing Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
import {
10
- ComponentHarness ,
11
10
ComponentHarnessConstructor ,
12
- HarnessPredicate
11
+ ContentContainerComponentHarness ,
12
+ HarnessPredicate ,
13
13
} from '@angular/cdk/testing' ;
14
14
import { TreeNodeHarnessFilters } from './tree-harness-filters' ;
15
15
import { coerceBooleanProperty , coerceNumberProperty } from '@angular/cdk/coercion' ;
16
16
17
17
/** Harness for interacting with a standard Angular Material tree node. */
18
- export class MatTreeNodeHarness extends ComponentHarness {
18
+ export class MatTreeNodeHarness extends ContentContainerComponentHarness < string > {
19
19
/** The selector of the host element of a `MatTreeNode` instance. */
20
20
static hostSelector = '.mat-tree-node, .mat-nested-tree-node' ;
21
21
You can’t perform that action at this time.
0 commit comments