From 5d89a2690c0286a865ce7d827e8af6f2f37b0e38 Mon Sep 17 00:00:00 2001 From: Jaybe Date: Sun, 14 Dec 2025 20:20:48 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9C=A0=EB=8B=9B=ED=85=8C=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/unit/EditorPageBackground.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/EditorPageBackground.spec.tsx b/tests/unit/EditorPageBackground.spec.tsx index f2876b8..ab990e1 100644 --- a/tests/unit/EditorPageBackground.spec.tsx +++ b/tests/unit/EditorPageBackground.spec.tsx @@ -152,7 +152,7 @@ describe("EditorPage - 페이지/캔버스 배경", () => { expect(inputClass).toContain("dark:bg-slate-900"); expect(inputClass).toContain("dark:text-slate-100"); expect(inputClass).toContain("dark:border-slate-700"); - }); + }, 15000); it("JSON Export / Import 모달 카드는 라이트/다크 테마에 맞는 카드/textarea 크롬을 사용해야 한다", () => { render();