提交 d55b8d7f 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

test(globalProperties): 优化测试例

上级 a7b27f87
...@@ -50,7 +50,8 @@ describe('globalProperties', () => { ...@@ -50,7 +50,8 @@ describe('globalProperties', () => {
}) })
expect(data.globalPropertiesFnRes).toBe('globalPropertiesStr: new string, globalPropertiesNum: 100') expect(data.globalPropertiesFnRes).toBe('globalPropertiesStr: new string, globalPropertiesNum: 100')
}) })
it('screenshot', async () => { it('screenshot', async () => {
await page.waitFor(500)
const image = await program.screenshot({ const image = await program.screenshot({
fullPage: true fullPage: true
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册