feat(ai-character): 리소스 관리 기반 정비
This commit is contained in:
@@ -29,7 +29,7 @@ test("AdminAudioPlayer wraps native audio with controls and no download or autop
|
||||
expect(audio).toHaveAttribute("controlsList", "nodownload");
|
||||
expect(screen.getByRole("button", { name: "재생" })).toBeInTheDocument();
|
||||
expect(screen.getByRole("slider", { name: "재생 위치" })).toBeInTheDocument();
|
||||
expect(screen.getByRole("slider", { name: "볼륨" })).toBeInTheDocument();
|
||||
expect(screen.getByRole("slider", { name: "볼륨" })).toHaveValue("1");
|
||||
expect(screen.getByRole("combobox", { name: "재생 속도" })).toBeInTheDocument();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user