Skip to content

Commit 71e25bf

Browse files
committed
build(material/stepper): update stepper api golden tests
Ran command to update api golden checks with new stepper tests.
1 parent 9b6867f commit 71e25bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/public_api_guard/material/stepper-testing.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export class MatStepHarness extends ContentContainerComponentHarness<string> {
2020
hasErrors(): Promise<boolean>;
2121
static hostSelector: string;
2222
isCompleted(): Promise<boolean>;
23+
isExpanded(): Promise<boolean>;
2324
isOptional(): Promise<boolean>;
2425
isSelected(): Promise<boolean>;
2526
select(): Promise<void>;
@@ -50,6 +51,7 @@ export class MatStepperPreviousHarness extends StepperButtonHarness {
5051
// @public
5152
export interface StepHarnessFilters extends BaseHarnessFilters {
5253
completed?: boolean;
54+
expanded?: boolean;
5355
invalid?: boolean;
5456
label?: string | RegExp;
5557
selected?: boolean;

0 commit comments

Comments
 (0)