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

test: 屏蔽web端list-view滚动到id测试

上级 eb675ff2
...@@ -10,7 +10,11 @@ describe('component-native-sticky-section', () => { ...@@ -10,7 +10,11 @@ describe('component-native-sticky-section', () => {
await page.callMethod('listViewScrollByY', 1000) await page.callMethod('listViewScrollByY', 1000)
const image = await program.screenshot(); const image = await program.screenshot();
expect(image).toMatchImageSnapshot(); expect(image).toMatchImageSnapshot();
}) })
if (process.env.uniTestPlatformInfo.startsWith('web')) {
return
}
it('check_goto_sticky_header', async () => { it('check_goto_sticky_header', async () => {
//滚动回顶部 //滚动回顶部
...@@ -29,4 +33,4 @@ describe('component-native-sticky-section', () => { ...@@ -29,4 +33,4 @@ describe('component-native-sticky-section', () => {
const image = await program.screenshot(); const image = await program.screenshot();
expect(image).toMatchImageSnapshot(); expect(image).toMatchImageSnapshot();
}) })
}) })
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册