유닛테스트 수정
This commit is contained in:
@@ -152,7 +152,7 @@ describe("EditorPage - 페이지/캔버스 배경", () => {
|
|||||||
expect(inputClass).toContain("dark:bg-slate-900");
|
expect(inputClass).toContain("dark:bg-slate-900");
|
||||||
expect(inputClass).toContain("dark:text-slate-100");
|
expect(inputClass).toContain("dark:text-slate-100");
|
||||||
expect(inputClass).toContain("dark:border-slate-700");
|
expect(inputClass).toContain("dark:border-slate-700");
|
||||||
});
|
}, 15000);
|
||||||
|
|
||||||
it("JSON Export / Import 모달 카드는 라이트/다크 테마에 맞는 카드/textarea 크롬을 사용해야 한다", () => {
|
it("JSON Export / Import 모달 카드는 라이트/다크 테마에 맞는 카드/textarea 크롬을 사용해야 한다", () => {
|
||||||
render(<EditorPage />);
|
render(<EditorPage />);
|
||||||
|
|||||||
Reference in New Issue
Block a user