提交 2c76acf5 编写于 作者: Anne_LXM's avatar Anne_LXM 提交者: 雪洛

test(scroll-view-refresher): 调整测试例

上级 50a28201
......@@ -38,7 +38,7 @@ describe('component-native-scroll-view-refresher', () => {
expect(await page.data('onRefresherrestoreTest')).toBe('refresherrestore:Success')
});
// 仅App端支持手势下拉刷新,在不同设备上位置有差异可能导致不触发中止事件,安卓端仅测android 10
// 仅App端支持手势下拉刷新,在不同设备上位置有差异可能导致不触发中止事件,安卓端仅测android 10.0.0_x86
if(!process.env.uniTestPlatformInfo.startsWith('web')){
it('check_refresherabort', async () => {
await program.swipe({
......@@ -49,7 +49,7 @@ describe('component-native-scroll-view-refresher', () => {
await page.waitFor(1500)
console.log(process.env.uniTestPlatformInfo,'onRefresherabortTest',await page.data('onRefresherabortTest'))
// 下拉刷新被中止,在iOS不触发@refresherabort事件
if(process.env.uniTestPlatformInfo.startsWith('android 10')){
if(process.env.uniTestPlatformInfo.startsWith('android 10.0.0_x86')){
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.
先完成此消息的编辑!
想要评论请 注册