You need to sign in or sign up before continuing.
提交 7bdc0eea 编写于 作者: zhaofengliang920817's avatar zhaofengliang920817

更新 rich-text-tags 页面自动化测试截图时机。

上级 4586db9c
......@@ -9,7 +9,7 @@ describe("rich-text-tags", () => {
it("screenshot", async () => {
const page = await program.reLaunch('/pages/component/rich-text/rich-text-tags');
await page.waitFor('view');
await page.waitFor(1000)
const image = await program.screenshot({ fullPage: true });
expect(image).toSaveImageSnapshot();
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册