File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
goldens/material/stepper/testing Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,8 @@ export class MatStepHarness extends ContentContainerComponentHarness<string> {
20
20
hasErrors(): Promise <boolean >;
21
21
static hostSelector: string ;
22
22
isCompleted(): Promise <boolean >;
23
- isExpanded(): Promise <boolean >;
24
23
isOptional(): Promise <boolean >;
25
- isPressed (): Promise <boolean >;
24
+ isSelected (): Promise <boolean >;
26
25
select(): Promise <void >;
27
26
static with(options ? : StepHarnessFilters ): HarnessPredicate <MatStepHarness >;
28
27
}
@@ -51,10 +50,9 @@ export class MatStepperPreviousHarness extends StepperButtonHarness {
51
50
// @public
52
51
export interface StepHarnessFilters extends BaseHarnessFilters {
53
52
completed? : boolean ;
54
- expanded? : boolean ;
55
53
invalid? : boolean ;
56
54
label? : string | RegExp ;
57
- pressed ? : boolean ;
55
+ selected ? : boolean ;
58
56
}
59
57
60
58
// @public
You can’t perform that action at this time.
0 commit comments