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

!9787 【OpenHarmony...

!9787 【OpenHarmony 4.0.10.1】【多模子系统】【rk3568】【master】【必现】acts仓中Pointer_SetPointerStyle_001用例执行失败,导致整个用例UN
Merge pull request !9787 from 岳鑫瑶/master
......@@ -164,14 +164,18 @@ export default function Pointer_test() {
try {
var windowId = data.id;
pointer.setPointerStyle(windowId, 4, (err) => {
try{
if (err) {
console.info(`SetPointerStyle_002 failed_1, err=${JSON.stringify(err)}`);
expect(false).assertTrue();
} else {
console.info(`SetPointerStyle_002 success`);
expect(true).assertTrue();
resolve();
}
}catch(error){
console.info(`SetPointerStyle_002 assert fail`);
}
resolve();
});
} catch (error) {
console.info(`SetPointerStyle_002 error`);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册