提交 5205b19c 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

test(public events): 优化 ios 端测试

上级 4bf973c6
......@@ -242,6 +242,11 @@ describe('event trigger', () => {
})
}
} else if (isIos) {
// 规避系统授权弹框
await program.tap({
x: 100,
y: 500,
})
await program.tap({
x: 200,
y: 400,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册