We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334d4de commit 439ec62Copy full SHA for 439ec62
tools/public_api_guard/material/stepper-testing.md
@@ -22,7 +22,6 @@ export class MatStepHarness extends ContentContainerComponentHarness<string> {
22
isCompleted(): Promise<boolean>;
23
isExpanded(): Promise<boolean>;
24
isOptional(): Promise<boolean>;
25
- isSelected(): Promise<boolean>;
26
select(): Promise<void>;
27
static with(options?: StepHarnessFilters): HarnessPredicate<MatStepHarness>;
28
}
@@ -54,7 +53,6 @@ export interface StepHarnessFilters extends BaseHarnessFilters {
54
53
expanded?: boolean;
55
invalid?: boolean;
56
label?: string | RegExp;
57
- selected?: boolean;
58
59
60
// @public
0 commit comments