提交 e3339905 编写于 作者: 辛宝Otto's avatar 辛宝Otto 🥊

feat: 增加延迟,补充 log #18266

上级 cdd01a0c
......@@ -5,7 +5,10 @@ describe('/pages/CSS/layout/width.uvue', () => {
});
it('test nest components width', async () => {
await page.waitFor('view');
const element = await page.$('#child_box');
console.log('element',element)
const size = await element.size()
expect(size.width).toBe(150)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册