Don't wait for the explorer when restarting

This commit is contained in:
Ladislau Szomoru 2021-06-07 15:34:37 +02:00
parent 666ce447cb
commit 4e0cf885d4
No known key found for this signature in database
GPG key ID: 2B88287CB9DB080B

View file

@ -82,7 +82,6 @@ export class Application {
await this.stop();
await new Promise(c => setTimeout(c, 1000));
await this._start(options.workspaceOrFolder, options.extraArgs);
await this.code.waitForElement('.explorer-folders-view');
}
private async _start(workspaceOrFolder = this.workspacePathOrFolder, extraArgs: string[] = []): Promise<any> {