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
+1 -1
View File
@@ -24,7 +24,7 @@ describe("SectionPropertiesPanel - layout presets", () => {
/>,
);
const select = screen.getByLabelText("섹션 컬럼 레이아웃");
const select = screen.getByLabelText("Section column layout");
fireEvent.change(select, { target: { value: "two-equal" } });