오류 수정
This commit is contained in:
@@ -158,7 +158,7 @@ describe("EditorPage - 선택 포커스", () => {
|
||||
|
||||
render(<EditorPage />);
|
||||
|
||||
const handle = screen.getByLabelText("블록 드래그 핸들") as HTMLButtonElement;
|
||||
const handle = screen.getByLabelText("Block drag handle") as HTMLButtonElement;
|
||||
const className = handle.getAttribute("class") ?? "";
|
||||
|
||||
// 라이트 모드: 밝은 버튼 크롬
|
||||
|
||||
Reference in New Issue
Block a user