提交 4da13d8c 编写于 作者: M Michel Kaporin 提交者: Michel Kaporin

Added waiting for viewlet to be opened.

上级 53bb258a
......@@ -47,7 +47,8 @@ export class Localization {
break;
}
return this.spectron.command(command, false);
await this.spectron.command(command, false);
return this.spectron.wait();
}
public getOpenedViewletTitle(): Promise<string> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册