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> {
2020 hasErrors(): Promise <boolean >;
2121 static hostSelector: string ;
2222 isCompleted(): Promise <boolean >;
23- isExpanded(): Promise <boolean >;
2423 isOptional(): Promise <boolean >;
25- isPressed (): Promise <boolean >;
24+ isSelected (): Promise <boolean >;
2625 select(): Promise <void >;
2726 static with(options ? : StepHarnessFilters ): HarnessPredicate <MatStepHarness >;
2827}
@@ -51,10 +50,9 @@ export class MatStepperPreviousHarness extends StepperButtonHarness {
5150// @public
5251export interface StepHarnessFilters extends BaseHarnessFilters {
5352 completed? : boolean ;
54- expanded? : boolean ;
5553 invalid? : boolean ;
5654 label? : string | RegExp ;
57- pressed ? : boolean ;
55+ selected ? : boolean ;
5856}
5957
6058// @public
You can’t perform that action at this time.
0 commit comments