diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx
index 1400f68a..ad663507 100644
--- a/src/room/InCallView.tsx
+++ b/src/room/InCallView.tsx
@@ -408,7 +408,7 @@ export function InCallView({
/>
);
}
- buttons.push();
+ buttons.push();
}
buttons.push(
diff --git a/src/settings/SettingsModal.tsx b/src/settings/SettingsModal.tsx
index 0d4983ed..7331eccd 100644
--- a/src/settings/SettingsModal.tsx
+++ b/src/settings/SettingsModal.tsx
@@ -124,6 +124,7 @@ export const SettingsModal = (props: Props) => {
const audioTab = (
@@ -139,6 +140,7 @@ export const SettingsModal = (props: Props) => {
const videoTab = (
@@ -153,6 +155,7 @@ export const SettingsModal = (props: Props) => {
const profileTab = (
@@ -167,6 +170,7 @@ export const SettingsModal = (props: Props) => {
const feedbackTab = (
diff --git a/src/tabs/Tabs.tsx b/src/tabs/Tabs.tsx
index 5ed75a05..1e2a9e87 100644
--- a/src/tabs/Tabs.tsx
+++ b/src/tabs/Tabs.tsx
@@ -55,11 +55,12 @@ function Tab({ item, state }: TabProps): JSX.Element {
const { key, rendered } = item;
const ref = useRef(null);
const { tabProps } = useTab({ key }, state, ref);
-
+ const testid = "tab_" + key;
return (