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

test(picker-view):某些测试例跳过APP_WEBVIEW测试

上级 ab76bfe8
......@@ -85,13 +85,7 @@ describe('PickerView.uvue', () => {
return
}
if (process.env.UNI_AUTOMATOR_APP_WEBVIEW) {
it('platform APP WEBVIEW', () => {
expect(1).toBe(1)
})
return
}
if (process.env.UNI_AUTOMATOR_APP_WEBVIEW !== 'true') {
it('mask-top-bottom-style', async () => {
// App端动态设置mask-top-style、mask-bottom-style无效
const linearToTop = "background-image: linear-gradient(to bottom, #f4ff73, rgba(216, 229, 255, 0));"
......@@ -130,4 +124,6 @@ describe('PickerView.uvue', () => {
// 3 times 3*3
expect(eventCallbackNum).toBe(9)
})
}
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册