diff --git a/src/components/MediaMuteAndSwitchButton.test.tsx b/src/components/MediaMuteAndSwitchButton.test.tsx index 471bf4d2..bee49ebe 100644 --- a/src/components/MediaMuteAndSwitchButton.test.tsx +++ b/src/components/MediaMuteAndSwitchButton.test.tsx @@ -192,7 +192,7 @@ describe("MediaMuteAndSwitchButton", () => { { , ); - await user.click(getByRole("button", { name: "Microphone" })); + await user.click(getByRole("button", { name: "Camera" })); const toggle = screen.getByRole("menuitemcheckbox", { name: "Blur background",