提交 148c7128 编写于 作者: shutao-dc's avatar shutao-dc

由于页面首次显示不再触发onResize ,暂时屏蔽需要在onResize相关测试例

上级 ec747878
......@@ -47,10 +47,10 @@ describe('nodes-info', () => {
// #ifdef APP
//检测onResize获取BoundingClientRect信息是否有效
it('check_resizeRectValid', async () => {
/* it('check_resizeRectValid', async () => {
const resizeRectValid = await page.data('resizeRectValid')
expect(resizeRectValid).toBe(true)
})
}) */
// #endif
})
......@@ -54,18 +54,18 @@
title: 'createSelectorQuery',
nodeInfoList: [] as NodeInfoType[],
//供自动化测试使用
resizeRectValid: false
// resizeRectValid: false
}
},
onResize() {
//供自动化测试使用
var rect12Element = uni.getElementById("rect-1-2")
/* var rect12Element = uni.getElementById("rect-1-2")
if(rect12Element != null) {
var domRect = rect12Element.getBoundingClientRect()
if(domRect.width > 100) {
this.resizeRectValid = true
}
}
} */
},
methods: {
getNodeInfo() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册