diff --git a/pages/API/navigator/new-page/onLoad.test.js b/pages/API/navigator/new-page/onLoad.test.js index 194280606764cd2957f6bec82d06b2fa81e15baf..e72ba6759d720cae6c8413303a7e6aa2f8fd6089 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();