Add test for the media switch button:

- is it available in the bottom bar
 - does pressing it trigger the expected callback
This commit is contained in:
Timo K
2026-04-09 13:23:29 +02:00
parent 4356e8cdb2
commit 9d20ec00f1
3 changed files with 59 additions and 40 deletions

View File

@@ -632,8 +632,8 @@ export const InCallView: FC<InCallViewProps> = ({
return (
<Tooltip label={label}>
<IconButton
key="audio_output_switcher"
onClick={(e) => {
e.preventDefault();
audioOutputSwitcher.switch();
}}
>