!3836 实况通知sample内容补充

Merge pull request !3836 from 胡培夕/liveview_branch
This commit is contained in:
openharmony_ci 2023-12-04 11:36:50 +00:00 committed by Gitee
commit 176f7e3948
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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()
})