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

chore: 移除无用注释

上级 590575aa
......@@ -20,7 +20,6 @@ describe('component-native-list-view-refresh', () => {
await page.waitFor(500)
const image = await program.screenshot({fullPage: true});
expect(image).toSaveImageSnapshot();
// 手动设置下拉刷新状态refresher-triggered为true时,在iOS不触发@refresherpulling事件,并且e.detail.dy为0
expect(await page.data('onRefresherpullingTest')).toBe('refresherpulling:Success')
expect(await page.data('refresherrefreshTest')).toBe('refresherrefresh:Success')
await page.waitFor(1000);
......@@ -35,7 +34,6 @@ describe('component-native-list-view-refresh', () => {
duration: 1000
})
await page.waitFor(1500)
// 下拉刷新被中止,在iOS不触发@refresherabort事件
expect(await page.data('onRefresherabortTest')).toBe('refresherabort:Success')
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册