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
+4 -4
View File
@@ -29,7 +29,7 @@ describe("TextPropertiesPanel", () => {
/>,
);
const select = screen.getByLabelText("정렬") as HTMLSelectElement;
const select = screen.getByLabelText("Alignment") as HTMLSelectElement;
const className = select.getAttribute("class") ?? "";
expect(className).toContain("bg-white");
@@ -53,7 +53,7 @@ describe("TextPropertiesPanel", () => {
/>,
);
const select = screen.getByLabelText("글자 간격 프리셋") as HTMLSelectElement;
const select = screen.getByLabelText("Letter spacing preset") as HTMLSelectElement;
const className = select.getAttribute("class") ?? "";
expect(className).toContain("bg-white");
@@ -77,7 +77,7 @@ describe("TextPropertiesPanel", () => {
/>,
);
const select = screen.getByLabelText("최대 너비 프리셋") as HTMLSelectElement;
const select = screen.getByLabelText("Max width preset") as HTMLSelectElement;
const className = select.getAttribute("class") ?? "";
expect(className).toContain("bg-white");
@@ -101,7 +101,7 @@ describe("TextPropertiesPanel", () => {
/>,
);
const input = screen.getByLabelText("최대 너비 커스텀") as HTMLInputElement;
const input = screen.getByLabelText("Max width custom") as HTMLInputElement;
const className = input.getAttribute("class") ?? "";
expect(className).toContain("bg-white");