mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
smoke tests - try other ways of ensuring the editor is open for data migration (#129279)
This commit is contained in:
@@ -70,14 +70,9 @@ export class Application {
|
||||
return this._userDataPath;
|
||||
}
|
||||
|
||||
async start(expectWalkthroughPart = true): Promise<any> {
|
||||
async start(): Promise<any> {
|
||||
await this._start();
|
||||
await this.code.waitForElement('.explorer-folders-view');
|
||||
|
||||
// https://github.com/microsoft/vscode/issues/118748
|
||||
// if (expectWalkthroughPart) {
|
||||
// await this.code.waitForElement(`.editor-instance > div > div.welcomePageFocusElement[tabIndex="0"]`);
|
||||
// }
|
||||
}
|
||||
|
||||
async restart(options: { workspaceOrFolder?: string, extraArgs?: string[] }): Promise<any> {
|
||||
|
||||
Reference in New Issue
Block a user