提交 dbe7e931 编写于 作者: 雪洛's avatar 雪洛

test: 在web端屏蔽image cookie测试

上级 9582d44c
...@@ -30,6 +30,7 @@ describe('component-native-image', () => { ...@@ -30,6 +30,7 @@ describe('component-native-image', () => {
expect(await page.data('loadError')).toBe(true) expect(await page.data('loadError')).toBe(true)
}) })
if (process.env.uniTestPlatformInfo.startsWith('android')) {
it('check-cookie', async () => { it('check-cookie', async () => {
await page.setData({ await page.setData({
autoTest: true, autoTest: true,
...@@ -46,6 +47,7 @@ describe('component-native-image', () => { ...@@ -46,6 +47,7 @@ describe('component-native-image', () => {
autoTest: false autoTest: false
}); });
}) })
}
it('path-screenshot', async () => { it('path-screenshot', async () => {
const page = await program.navigateTo('/pages/component/image/image-path'); const page = await program.navigateTo('/pages/component/image/image-path');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册