提交 1e423631 编写于 作者: lizhongyi_'s avatar lizhongyi_

调整get-battery-info iOS自动化测试例

(cherry picked from commit f1002a2f)
上级 e30f5edd
......@@ -7,6 +7,12 @@ describe('ExtApi-GetBatteryInfo', () => {
})
return
}
if (process.env.uniTestPlatformInfo.toLowerCase().startsWith('ios')) {
it('dummyTest', () => {
expect(1).toBe(1)
})
return
}
let page;
let res;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册