From bd3cada8c64a750cce53c00f593428184969504a Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Fri, 17 Nov 2023 11:31:18 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BC=98=E5=8C=96=20onLoad=20=E7=94=9F?= =?UTF-8?q?=E5=91=BD=E5=91=A8=E6=9C=9F=E8=B0=83=E7=94=A8=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=20API=20=E6=88=AA=E5=9B=BE=E5=8C=BA=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/navigator/new-page/onLoad.test.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/API/navigator/new-page/onLoad.test.js b/pages/API/navigator/new-page/onLoad.test.js index 19428060..e72ba675 100644 --- a/pages/API/navigator/new-page/onLoad.test.js +++ b/pages/API/navigator/new-page/onLoad.test.js @@ -63,7 +63,7 @@ describe("onLoad", () => { area: { x: 0, y: 200, - height: 2340 + height: 2140 } }); expect(image).toMatchImageSnapshot(); @@ -79,7 +79,7 @@ describe("onLoad", () => { area: { x: 0, y: 200, - height: 2340 + height: 2140 } }); expect(image).toMatchImageSnapshot(); @@ -94,7 +94,7 @@ describe("onLoad", () => { area: { x: 0, y: 200, - height: 2340 + height: 2140 } }); expect(image).toMatchImageSnapshot(); @@ -109,7 +109,7 @@ describe("onLoad", () => { area: { x: 0, y: 200, - height: 2340 + height: 2140 } }); expect(image).toMatchImageSnapshot(); -- GitLab