提交 0f2932f0 编写于 作者: H hdx

feat(circular-reference): 移除循环引用自动化测试

上级 254069a3
......@@ -8,11 +8,11 @@ describe('circular-reference', () => {
})
it('render', async () => {
const child_a = await page.$$('.child-a-child-b')
expect(child_a.length).toBe(5)
// const child_a = await page.$$('.child-a-child-b')
// expect(child_a.length).toBe(5)
const child_b = await page.$$('.child-b-child-a')
expect(child_b.length).toBe(5)
// const child_b = await page.$$('.child-b-child-a')
// expect(child_b.length).toBe(5)
const child_c = await page.$$('.child-c-child-c')
expect(child_c.length).toBe(10)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册