Fix smoke tests (#15847)

This commit is contained in:
Charles Gagnon
2021-06-21 12:53:09 -07:00
committed by GitHub
parent 3cc8d29821
commit adbf40859f

View File

@@ -70,7 +70,7 @@ export class Application {
async start(expectWalkthroughPart = true): Promise<any> {
await this._start();
await this.code.waitForElement('.explorer-folders-view');
await this.code.waitForElement('.object-explorer-view'); // {{SQL CARBON EDIT}} We have a different startup view
// https://github.com/microsoft/vscode/issues/118748
// if (expectWalkthroughPart) {