提交 f7862b48 编写于 作者: M mahaifeng

[open-type]修改测试用例,防止web端报错

上级 f5506222
let page;
describe('open-type', () => {
if (!isAndroid()) {
// TODO: web 端暂不支持测试
it('web', async () => {
expect(1).toBe(1)
})
return
}
beforeAll(async () => {
page = await program.reLaunch('/pages/component/open-type/open-type')
await page.waitFor(600);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册