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

test: 在web端屏蔽image cookie测试

上级 9582d44c
......@@ -30,6 +30,7 @@ describe('component-native-image', () => {
expect(await page.data('loadError')).toBe(true)
})
if (process.env.uniTestPlatformInfo.startsWith('android')) {
it('check-cookie', async () => {
await page.setData({
autoTest: true,
......@@ -46,6 +47,7 @@ describe('component-native-image', () => {
autoTest: false
});
})
}
it('path-screenshot', async () => {
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.
先完成此消息的编辑!
想要评论请 注册