오류 수정
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
@@ -273,7 +273,7 @@ describe("ButtonPropertiesPanel", () => {
/>,
);
const slider = screen.getByLabelText("Horizontal padding (px) 슬라이더");
const slider = screen.getByLabelText("Horizontal padding 슬라이더");
fireEvent.change(slider, { target: { value: "24" } });
expect(updateBlock).toHaveBeenCalledWith(
@@ -293,7 +293,7 @@ describe("ButtonPropertiesPanel", () => {
/>,
);
const slider = screen.getByLabelText("Vertical padding (px) 슬라이더");
const slider = screen.getByLabelText("Vertical padding 슬라이더");
fireEvent.change(slider, { target: { value: "18" } });
expect(updateBlock).toHaveBeenCalledWith(