From 7bef2af23ac53fb07f190a1a76ffa77137341907 Mon Sep 17 00:00:00 2001 From: hided62 Date: Tue, 18 Aug 2026 13:30:49 +0000 Subject: [PATCH] =?UTF-8?q?test:=20=EC=B7=A8=EC=86=8C=20=EA=B8=B0=EB=A1=9D?= =?UTF-8?q?=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20=ED=8F=AD=20=EA=B3=84=EC=95=BD?= =?UTF-8?q?=20=EB=B3=B4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 공통 Ref shell의 500px 모바일 문서 경계에서 취소 게임 카드와 문서 overflow를 측정한다. --- app/game-frontend/e2e/pastPlays.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/game-frontend/e2e/pastPlays.spec.ts b/app/game-frontend/e2e/pastPlays.spec.ts index 561f71a2..1e3bc936 100644 --- a/app/game-frontend/e2e/pastPlays.spec.ts +++ b/app/game-frontend/e2e/pastPlays.spec.ts @@ -175,7 +175,8 @@ test('취소 게임은 정식 기수 번호와 왕조 링크 없이 별도 기 expect(desktop).toMatchObject({ x: 100, width: 1000 }); await page.screenshot({ path: testInfo.outputPath('abandoned-past-play-desktop.png'), fullPage: true }); - await page.setViewportSize({ width: 390, height: 844 }); + // Ref game pages and the shared Core shell use a fixed 500px mobile document contract. + await page.setViewportSize({ width: 500, height: 900 }); const mobile = await seasonCard.evaluate((element) => { const rect = element.getBoundingClientRect(); return {