Skip to content

Commit 57b1b9e

Browse files
committed
build(material/stepper): update api goldens
Ran command to update api goldens.
1 parent 1a26a67 commit 57b1b9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export class MatStepHarness extends ContentContainerComponentHarness<string> {
2222
isCompleted(): Promise<boolean>;
2323
isExpanded(): Promise<boolean>;
2424
isOptional(): Promise<boolean>;
25+
isPressed(): Promise<boolean>;
2526
select(): Promise<void>;
2627
static with(options?: StepHarnessFilters): HarnessPredicate<MatStepHarness>;
2728
}
@@ -53,6 +54,7 @@ export interface StepHarnessFilters extends BaseHarnessFilters {
5354
expanded?: boolean;
5455
invalid?: boolean;
5556
label?: string | RegExp;
57+
pressed?: boolean;
5658
}
5759

5860
// @public

0 commit comments

Comments
 (0)