提交 112bde34 编写于 作者: M Michel Kaporin

Do not screenshot until webdriver result is available.

上级 45884188
......@@ -120,7 +120,7 @@ export class SpectronApplication {
let result;
try {
result = await func.call(this.client, args);
result = await func.call(this.client, args, false);
} catch (e) { }
if (result && result !== '') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册