()
| 30 | } |
| 31 | |
| 32 | async waitForQuickInputElementText(): Promise<string> { |
| 33 | return this.code.waitForTextContent(QuickInput.QUICK_INPUT_ENTRY_LABEL_SPAN); |
| 34 | } |
| 35 | |
| 36 | async closeQuickInput(): Promise<void> { |
| 37 | await this.code.dispatchKeybinding('escape', () => this.waitForQuickInputClosed()); |
no test coverage detected