i18n 적용
This commit is contained in:
@@ -24,7 +24,7 @@ describe("Text/List/Form 패널 - 블록 배경색 컨트롤", () => {
|
||||
/>,
|
||||
);
|
||||
|
||||
const hexInput = screen.getByLabelText("텍스트 블록 배경색 HEX");
|
||||
const hexInput = screen.getByLabelText("Text block background color HEX");
|
||||
fireEvent.change(hexInput, { target: { value: "#112233" } });
|
||||
|
||||
expect(updateBlock).toHaveBeenCalledWith(
|
||||
@@ -49,7 +49,7 @@ describe("Text/List/Form 패널 - 블록 배경색 컨트롤", () => {
|
||||
/>,
|
||||
);
|
||||
|
||||
const hexInput = screen.getByLabelText("리스트 배경색 HEX");
|
||||
const hexInput = screen.getByLabelText("List background color HEX");
|
||||
fireEvent.change(hexInput, { target: { value: "#445566" } });
|
||||
|
||||
expect(updateBlock).toHaveBeenCalledWith(
|
||||
|
||||
Reference in New Issue
Block a user