提交 83e7e74e 编写于 作者: D DCloud_LXH

fix(harmony): video test

上级 8f3a24ae
......@@ -107,7 +107,7 @@ describe('component-native-video', () => {
});
await page.callMethod('play');
start = Date.now();
await page.waitFor(500);
await page.waitFor(1000);
await page.waitFor(async () => {
return (await page.data('eventPlay')) || (Date.now() - start > 500);
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册