()
| 331 | } |
| 332 | |
| 333 | async whenWorkbenchRestored(): Promise<void> { |
| 334 | await this.poll(() => this.driver.whenWorkbenchRestored(), () => true, `when workbench restored`); |
| 335 | } |
| 336 | |
| 337 | getLocaleInfo(): Promise<ILocaleInfo> { |
| 338 | return this.driver.getLocaleInfo(); |
nothing calls this directly
no test coverage detected