Skip to content

Commit f5cf8de

Browse files
committed
update api golden
1 parent 3656ead commit f5cf8de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/public_api_guard/cdk/testing.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface BaseHarnessFilters {
1212
export declare function clearElement(element: HTMLInputElement | HTMLTextAreaElement): void;
1313

1414
export declare abstract class ComponentHarness {
15+
protected readonly locatorFactory: LocatorFactory;
1516
constructor(locatorFactory: LocatorFactory);
1617
protected documentRootLocatorFactory(): LocatorFactory;
1718
protected forceStabilize(): Promise<void>;

0 commit comments

Comments
 (0)