提交 a8f8b83f 编写于 作者: W wang-xupeng2

modify patternLockJsunit

Signed-off-by: Nwang-xupeng2 <wangxupeng2@huawei.com>
上级 1e6785a0
......@@ -207,7 +207,7 @@ export default function PatternLockJsunit() {
it('PatternLockJsunit_1200', 0, async function (done) {
// Modify the autoReset value of the PatternLock component
console.info('[PatternLockJsunit_1200] START');
globalThis.value.message.notify({name:'autoReset',value:'false'})
globalThis.value.message.notify({name:'autoReset',value:false})
await CommonFunc.sleep(2000);
let strJson = getInspectorByKey('lock');
let obj = JSON.parse(strJson);
......
......@@ -11,6 +11,24 @@
"MainAbility/pages/divider",
"MainAbility/pages/loadingprogress",
"MainAbility/pages/guage",
"MainAbility/pages/marquee"
"MainAbility/pages/marquee",
"MainAbility/pages/PatternLockPage",
"MainAbility/pages/ProgressPage",
"MainAbility/pages/QRCodePage",
"MainAbility/pages/RadioPage",
"MainAbility/pages/RatingPage",
"MainAbility/pages/ScrollBarPage",
"MainAbility/pages/SelectPage",
"MainAbility/pages/GridRowPage",
"MainAbility/pages/RichTextPage",
"MainAbility/pages/SearchPage",
"MainAbility/pages/GridPage",
"MainAbility/pages/TextClockPage",
"MainAbility/pages/ListPage",
"MainAbility/pages/NavRouterPage",
"MainAbility/pages/TextInputPage",
"MainAbility/pages/TextPickerPage",
"MainAbility/pages/TextTimerPage",
"MainAbility/pages/TimePickerPage"
]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册