Skip to content

Commit 8e10729

Browse files
committed
fixup! feat(cdk/testing): make MatButtonHarness extend ContentContainerComponentHarness
1 parent 711db9d commit 8e10729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/public_api_guard/material/button/testing.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export interface ButtonHarnessFilters extends BaseHarnessFilters {
22
text?: string | RegExp;
33
}
44

5-
export declare class MatButtonHarness extends ComponentHarness {
5+
export declare class MatButtonHarness extends ContentContainerComponentHarness {
66
blur(): Promise<void>;
77
click(relativeX: number, relativeY: number): Promise<void>;
88
click(location: 'center'): Promise<void>;

0 commit comments

Comments
 (0)