merge: 최신 원격 main을 턴 입력기 연월 경계 수정에 재통합한다

This commit is contained in:
2026-08-21 17:20:40 +00:00
9 changed files with 11 additions and 7 deletions
@@ -2207,6 +2207,7 @@ test('main cards and command input stay inside their Ref-sized grid slots', asyn
expect(Math.max(...nationRowHeights) - Math.min(...nationRowHeights)).toBeLessThanOrEqual(0.01);
const strategicCell = nationCard.locator('.strategic');
const strategicTooltip = strategicCell.getByRole('tooltip');
await expect(strategicCell).toHaveCSS('text-decoration-line', 'none');
await expect(strategicTooltip).toBeHidden();
await strategicCell.hover();
await expect(strategicTooltip).toBeVisible();