mirror of https://github.com/OpenVidu/openvidu.git
ov-components: Remove unnecessary mic button interaction in stream UI tests
parent
e31a78d153
commit
6c78abdcc0
|
@ -679,8 +679,6 @@ describe('Stream UI controls and interaction features', () => {
|
||||||
await browser.sleep(1000);
|
await browser.sleep(1000);
|
||||||
const tabs = await browser.getAllWindowHandles();
|
const tabs = await browser.getAllWindowHandles();
|
||||||
|
|
||||||
await browser.switchTo().window(tabs[1]);
|
|
||||||
await utils.clickOn('#mic-btn');
|
|
||||||
await browser.switchTo().window(tabs[0]);
|
await browser.switchTo().window(tabs[0]);
|
||||||
|
|
||||||
await utils.waitForElement('.OV_stream.remote.speaking');
|
await utils.waitForElement('.OV_stream.remote.speaking');
|
||||||
|
|
Loading…
Reference in New Issue