오류 수정
CI / test (push) Failing after 5m41s
CI / e2e (push) Has been skipped
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-12-12 18:04:31 +09:00
parent 6804665b95
commit 4840a530b6
205 changed files with 1802 additions and 9887 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ describe("ListPropertiesPanel", () => {
/>,
);
const slider = screen.getByLabelText("Font size (px) 슬라이더");
const slider = screen.getByLabelText("Font size 슬라이더");
fireEvent.change(slider, { target: { value: "20" } });
expect(updateBlock).toHaveBeenCalledWith(
@@ -217,7 +217,7 @@ describe("ListPropertiesPanel", () => {
/>,
);
const slider = screen.getByLabelText("Item gap (px) 슬라이더");
const slider = screen.getByLabelText("Item gap 슬라이더");
fireEvent.change(slider, { target: { value: "16" } });
expect(updateBlock).toHaveBeenCalledWith(