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

!6227 uitest xts用例调整,for 1018

Merge pull request !6227 from 周柯/monthly_20221018
......@@ -1542,8 +1542,8 @@ export default function UiTest() {
try {
await window1.split()
await driver.delayMs(waitUiReadyMs)
let window2 = await driver.findWindow({bundleName:'com.ohos.systemui'})
expect(window2 == null).assertTrue()
let bar = await driver.findComponent(ON.type('DecorBar'))
expect(bar == null).assertTrue()
}
catch (err) {
if (err.message == 'this device can not support this action') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册