提交 10bebc25 编写于 作者: H hdx

test(create-selector-query): 增加日志信息助于排查问题

上级 e8eba0eb
......@@ -56,7 +56,8 @@ describe('nodes-info', () => {
})
it('get-node-info-child', async () => {
const child = await page.$('.node-child')
const childData = await child.data()
const childData = await child.data()
console.log('get-node-info-child.childData.top', childData.top);
expect(childData.top > 100).toBe(true)
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册