Skip to content

Commit cf6ec59

Browse files
committed
build(material/stepper): update material api goldens
Ran command to update material api goldens to fix failures.
1 parent caa6b96 commit cf6ec59

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

goldens/material/stepper/testing/index.api.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
5251
export 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

0 commit comments

Comments
 (0)