i18n 적용
CI / test (push) Failing after 11m12s
CI / e2e (push) Has been cancelled
CI / pr_and_merge (push) Has been cancelled

This commit is contained in:
2025-12-10 15:56:51 +09:00
parent 73e9bc6a1c
commit f71207aeb5
127 changed files with 7346 additions and 2079 deletions
@@ -24,7 +24,7 @@ describe("Text/List/Form 패널 - 블록 배경색 컨트롤", () => {
/>,
);
const hexInput = screen.getByLabelText("텍스트 블록 배경색 HEX");
const hexInput = screen.getByLabelText("Text block background color HEX");
fireEvent.change(hexInput, { target: { value: "#112233" } });
expect(updateBlock).toHaveBeenCalledWith(
@@ -49,7 +49,7 @@ describe("Text/List/Form 패널 - 블록 배경색 컨트롤", () => {
/>,
);
const hexInput = screen.getByLabelText("리스트 배경색 HEX");
const hexInput = screen.getByLabelText("List background color HEX");
fireEvent.change(hexInput, { target: { value: "#445566" } });
expect(updateBlock).toHaveBeenCalledWith(