유닛테스트 수정
CI / test (push) Successful in 5m20s
CI / e2e (push) Failing after 5m57s
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-12-14 20:20:48 +09:00
parent 556ee5c36b
commit 5d89a2690c
+1 -1
View File
@@ -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(<EditorPage />);