(value: string)
| 22 | } |
| 23 | |
| 24 | async type(value: string): Promise<void> { |
| 25 | await this.code.waitForSetValue(QuickInput.QUICK_INPUT_INPUT, value); |
| 26 | } |
| 27 | |
| 28 | async waitForQuickInputElementFocused(): Promise<void> { |
| 29 | await this.code.waitForTextContent(QuickInput.QUICK_INPUT_FOCUSED_ELEMENT); |
nothing calls this directly
no test coverage detected