mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix smoke tests (#15847)
This commit is contained in:
@@ -70,7 +70,7 @@ export class Application {
|
|||||||
|
|
||||||
async start(expectWalkthroughPart = true): Promise<any> {
|
async start(expectWalkthroughPart = true): Promise<any> {
|
||||||
await this._start();
|
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
|
// https://github.com/microsoft/vscode/issues/118748
|
||||||
// if (expectWalkthroughPart) {
|
// if (expectWalkthroughPart) {
|
||||||
|
|||||||
Reference in New Issue
Block a user