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();