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

test(dialogPage): statusBar 截图兼容 ios 13.7

上级 fe33393f
......@@ -414,8 +414,12 @@ describe('dialog page', () => {
width: 100,
height: 70
};
if (process.env.uniTestPlatformInfo.startsWith('android 6')) {
if (isIos && platformInfo.indexOf('13.7') != -1) {
adbScreenShotArea.x = 690
adbScreenShotArea.y = 25
adbScreenShotArea.width = 50
adbScreenShotArea.height = 50
} else if (process.env.uniTestPlatformInfo.startsWith('android 6')) {
adbScreenShotArea.x = 535
adbScreenShotArea.width = 90
adbScreenShotArea.height = 50
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册