提交 d4b08c9f 编写于 作者: Anne_LXM's avatar Anne_LXM

test(list-view): 增加延时

上级 16a3ce2d
......@@ -67,7 +67,7 @@ describe('component-native-list-view', () => {
it('Event scrolltoupper-滚动到顶部/左边',async()=>{
// 滚动到顶部50,是否触发scrolltoupper事件
await page.callMethod('confirm_scroll_top_input', 50)
await page.waitFor(1000)
await page.waitFor(2000)
expect(await page.data('isScrolltoupperTest')).toBe('scrolltoupper:Success-top')
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册