提交 2093889f 编写于 作者: lizhongyi_'s avatar lizhongyi_

调整list-view自动化测试例

上级 8ee2c027
......@@ -44,11 +44,11 @@ describe('component-native-list-view', () => {
if (process.env.uniTestPlatformInfo.indexOf('web') > -1) {
return
}
if (process.env.uniTestPlatformInfo.indexOf('iOS') > -1) {
if(process.env.uniTestPlatformInfo.startsWith('IOS_SIMULATOR')) {
return
}
//检测横向可滚动区域 备注:iOS不支持list-view横向滚动
it('check_scroll_width', async () => {
if(await page.data('scroll_x_boolean') === false) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册