Skip to content

Commit 439ec62

Browse files
committed
build(material/stepper): update stepper api goldens
Ran command to update API goldens.
1 parent 334d4de commit 439ec62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/public_api_guard/material/stepper-testing.md

-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export class MatStepHarness extends ContentContainerComponentHarness<string> {
2222
isCompleted(): Promise<boolean>;
2323
isExpanded(): Promise<boolean>;
2424
isOptional(): Promise<boolean>;
25-
isSelected(): Promise<boolean>;
2625
select(): Promise<void>;
2726
static with(options?: StepHarnessFilters): HarnessPredicate<MatStepHarness>;
2827
}
@@ -54,7 +53,6 @@ export interface StepHarnessFilters extends BaseHarnessFilters {
5453
expanded?: boolean;
5554
invalid?: boolean;
5655
label?: string | RegExp;
57-
selected?: boolean;
5856
}
5957

6058
// @public

0 commit comments

Comments
 (0)