Update MediaMuteAndSwitchButton.test.tsx

This commit is contained in:
Timo K
2026-05-18 21:00:55 +02:00
parent e19d5865b0
commit a494b64055

View File

@@ -192,7 +192,7 @@ describe("MediaMuteAndSwitchButton", () => {
<TooltipProvider>
<MediaMuteAndSwitchButton
title="Switcher"
iconsAndLabels="audio"
iconsAndLabels="video"
enabled={true}
backgroundBlurToggleClick={onVideoBlurToggle}
onSelect={onSelect}
@@ -200,7 +200,7 @@ describe("MediaMuteAndSwitchButton", () => {
</TooltipProvider>,
);
await user.click(getByRole("button", { name: "Microphone" }));
await user.click(getByRole("button", { name: "Camera" }));
const toggle = screen.getByRole("menuitemcheckbox", {
name: "Blur background",