未验证 提交 83c6c44d 编写于 作者: O openharmony_ci 提交者: Gitee

!2856 修改部分videoPlayer测试代码

Merge pull request !2856 from FULIZHONG/OpenHarmony-3.1-Release
......@@ -826,6 +826,10 @@ describe('VideoPlayerFuncPromiseTest', function () {
for (let i = 0; i < arrayDescription.length; i++) {
printfDescription(arrayDescription[i]);
}
await videoPlayer.release().then(() => {
console.info('case release called!!');
}, failureCallback).catch(catchCallback);
done();
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册