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

调整webview部分测试例

上级 108b3f0a
...@@ -100,9 +100,7 @@ describe('component-native-web-view', () => { ...@@ -100,9 +100,7 @@ describe('component-native-web-view', () => {
platformInfo.indexOf('13.7') != -1 || platformInfo.indexOf('13.7') != -1 ||
platformInfo.indexOf('12.4') != -1 platformInfo.indexOf('12.4') != -1
){ ){
it('ios 14.5 13.7 12.4 测试异常', () => {
expect(1).toBe(1) expect(1).toBe(1)
})
return return
} }
expect(await page.data('eventLoading')).toEqual({ expect(await page.data('eventLoading')).toEqual({
...@@ -169,9 +167,7 @@ describe('component-native-web-view', () => { ...@@ -169,9 +167,7 @@ describe('component-native-web-view', () => {
platformInfo.indexOf('13.7') != -1 || platformInfo.indexOf('13.7') != -1 ||
platformInfo.indexOf('12.4') != -1 platformInfo.indexOf('12.4') != -1
){ ){
it('ios 14.5 13.7 12.4 低版本设备不支持uts插件编译', () => {
expect(1).toBe(1) expect(1).toBe(1)
})
return return
} }
await page.waitFor(300); await page.waitFor(300);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册