From 6c78abdcc01b2e6c39efd5ecb29765c29def7090 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Mon, 11 Aug 2025 14:17:36 +0200 Subject: [PATCH] ov-components: Remove unnecessary mic button interaction in stream UI tests --- openvidu-components-angular/e2e/stream.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/openvidu-components-angular/e2e/stream.test.ts b/openvidu-components-angular/e2e/stream.test.ts index 9bb85813..4fb23bb0 100644 --- a/openvidu-components-angular/e2e/stream.test.ts +++ b/openvidu-components-angular/e2e/stream.test.ts @@ -679,8 +679,6 @@ describe('Stream UI controls and interaction features', () => { await browser.sleep(1000); const tabs = await browser.getAllWindowHandles(); - await browser.switchTo().window(tabs[1]); - await utils.clickOn('#mic-btn'); await browser.switchTo().window(tabs[0]); await utils.waitForElement('.OV_stream.remote.speaking');