feat: 암행부와 현재 도시의 정보 보존형 500px 배치 구현

This commit is contained in:
2026-09-12 15:28:46 +00:00
parent 047d86cace
commit 0cd2b7770c
6 changed files with 821 additions and 53 deletions
+1
View File
@@ -1124,6 +1124,7 @@ test('current-city exposes own general details to a member and admin fixture', a
await go(page, 'current-city');
await expect(page.locator('.generals')).toContainText('장수');
await expect(page.locator('.generals')).toContainText('90');
await expect(page.locator('.general-icon')).toHaveJSProperty('naturalWidth', 64);
const legacyGeometry = await page.evaluate(() => {
const rect = (selector: string) => {
const box = document.querySelector(selector)?.getBoundingClientRect();