mirror of
https://gitee.com/openharmony/applications_app_samples
synced 2024-11-27 02:30:43 +00:00
commit
176f7e3948
@ -93,7 +93,7 @@ export default function abilityTest() {
|
||||
hilog.info(DOMAIN, TAG, '%{public}s', 'can not find contentTitle exist:' + err.code);
|
||||
expect().assertFail()
|
||||
})
|
||||
await driver.assertComponentExist(ON.text('pullNot"content"')).catch((err: BusinessError) => {
|
||||
await driver.assertComponentExist(ON.text('pullNot:"content"')).catch((err: BusinessError) => {
|
||||
hilog.info(DOMAIN, TAG, '%{public}s', 'can not find content exist:' + err.code);
|
||||
expect().assertFail()
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user