mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Fix extensions smoke test (#195264)
#193046 - add waitForWorkbenchRestored method to driver - move driver to workbench - wait for workbench to restore if command is not found
This commit is contained in:
committed by
GitHub
parent
7a10a0e89b
commit
2f51809ca3
@@ -242,6 +242,10 @@ export class Code {
|
||||
await this.poll(() => this.driver.writeInTerminal(selector, value), () => true, `writeInTerminal '${selector}'`);
|
||||
}
|
||||
|
||||
whenWorkbenchRestored(): Promise<void> {
|
||||
return this.driver.whenWorkbenchRestored();
|
||||
}
|
||||
|
||||
getLocaleInfo(): Promise<ILocaleInfo> {
|
||||
return this.driver.getLocaleInfo();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user