File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tools/public_api_guard/cdk Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,9 +136,9 @@ export declare function stopHandlingAutoChangeDetectionStatus(): void;
136
136
export interface TestElement {
137
137
blur ( ) : Promise < void > ;
138
138
clear ( ) : Promise < void > ;
139
- click ( ) : Promise < void > ;
140
- click ( location : 'center' ) : Promise < void > ;
141
- click ( relativeX : number , relativeY : number ) : Promise < void > ;
139
+ click ( modifiers ?: ModifierKeys ) : Promise < void > ;
140
+ click ( location : 'center' , modifiers ?: ModifierKeys ) : Promise < void > ;
141
+ click ( relativeX : number , relativeY : number , modifiers ?: ModifierKeys ) : Promise < void > ;
142
142
dispatchEvent ?( name : string , data ?: Record < string , EventData > ) : Promise < void > ;
143
143
focus ( ) : Promise < void > ;
144
144
getAttribute ( name : string ) : Promise < string | null > ;
You can’t perform that action at this time.
0 commit comments