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