오류 수정
This commit is contained in:
@@ -164,7 +164,7 @@ describe("ImagePropertiesPanel", () => {
|
||||
/>,
|
||||
);
|
||||
|
||||
const slider = screen.getByLabelText("Fixed width (px) 슬라이더");
|
||||
const slider = screen.getByLabelText("Fixed width 슬라이더");
|
||||
fireEvent.change(slider, { target: { value: "480" } });
|
||||
|
||||
expect(updateBlock).toHaveBeenCalledWith(
|
||||
|
||||
Reference in New Issue
Block a user