mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-01 09:54:37 +00:00
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:
@@ -632,8 +632,8 @@ export const InCallView: FC<InCallViewProps> = ({
|
||||
return (
|
||||
<Tooltip label={label}>
|
||||
<IconButton
|
||||
key="audio_output_switcher"
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
audioOutputSwitcher.switch();
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user