提交 5a366711 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

test(modal): 规避 ios 15.5 测试异常

上级 4e956ff2
// uni-app自动化测试教程: uni-app自动化测试教程: https://uniapp.dcloud.net.cn/worktile/auto/hbuilderx-extension/
describe('API-loading', () => {
let page;
const platformInfo = process.env.uniTestPlatformInfo.toLocaleLowerCase()
const isApp = process.env.UNI_OS_NAME === "android" || process.env.UNI_OS_NAME === "ios";
if (platformInfo.indexOf('15.5') != -1) {
it('暂时规避 ios 15.5 测试异常', () => {
expect(1).toBe(1)
})
return
}
beforeAll(async () => {
page = await program.reLaunch('/pages/API/modal/modal')
await page.waitFor('view');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册