File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/material-experimental/mdc-button/testing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
8
9
- import { ComponentHarness , HarnessPredicate } from '@angular/cdk/testing' ;
9
+ import { ContentContainerComponentHarness , HarnessPredicate } from '@angular/cdk/testing' ;
10
10
import { coerceBooleanProperty } from '@angular/cdk/coercion' ;
11
11
import { ButtonHarnessFilters } from '@angular/material/button/testing' ;
12
12
13
13
14
14
/** Harness for interacting with a MDC-based mat-button in tests. */
15
- export class MatButtonHarness extends ComponentHarness {
15
+ export class MatButtonHarness extends ContentContainerComponentHarness {
16
16
// TODO(jelbourn) use a single class, like `.mat-button-base`
17
17
static hostSelector = [
18
18
'[mat-button]' ,
You can’t perform that action at this time.
0 commit comments