From 136f216e9605d329f7dfc78e29eba4340e096e18 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Mon, 23 Oct 2023 16:32:10 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BC=98=E5=8C=96=E9=80=9A=E7=94=A8?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E6=88=AA=E5=9B=BE=E6=B5=8B=E8=AF=95=E6=97=B6?= =?UTF-8?q?=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/general-attribute/general-attribute.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/component/general-attribute/general-attribute.test.js b/pages/component/general-attribute/general-attribute.test.js index 540b3037..2b3d4698 100644 --- a/pages/component/general-attribute/general-attribute.test.js +++ b/pages/component/general-attribute/general-attribute.test.js @@ -20,6 +20,7 @@ describe('general attribute', () => { it("ref", async () => { const button = await page.$(".btn-ref"); await button.tap(); + await page.waitFor(1000); const image = await program.screenshot(); expect(image).toMatchImageSnapshot(); }); -- GitLab