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

!9680 【progress】修复progress组件跑测XTS用例时跑测失败的问题

Merge pull request !9680 from zhangDH/progress
......@@ -321,9 +321,8 @@ export default function progressSecTest() {
let newJson = getInspectorByKey('progress_capsule_resource');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0400]: " + JSON.stringify(newJson));
let progress_capsule_borderWidth_resource = $r('sys.float.ohos_id_text_margin_vertical');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0400 ..qianduan]: " + JSON.stringify(progress_capsule_borderWidth_resource));
globalThis.value.message.notify({name:'progress_capsule_borderWidth_resource',value:progress_capsule_borderWidth_resource});
Utils.sleep(2000);
await Utils.sleep(2000);
let strJson = getInspectorByKey('progress_capsule_resource');
let strJsonJudge = getInspectorByKey('progress_capsule_resource_judge');
console.info("[ArkUI_Stage_Progress_Capsule_BorderWidth_0400]: " + JSON.stringify(strJson))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册