mirror of https://github.com/OpenVidu/openvidu.git
ov-components: add delay before checking session presence in audio disabled test
parent
621df40a7f
commit
aa15e8b713
|
@ -284,6 +284,7 @@ describe('Testing API Directives', () => {
|
||||||
it('should run the app with AUDIO DISABLED and WITHOUT PREJOIN page', async () => {
|
it('should run the app with AUDIO DISABLED and WITHOUT PREJOIN page', async () => {
|
||||||
await browser.get(`${url}&prejoin=false&audioEnabled=false`);
|
await browser.get(`${url}&prejoin=false&audioEnabled=false`);
|
||||||
|
|
||||||
|
await browser.sleep(1000);
|
||||||
await utils.checkSessionIsPresent();
|
await utils.checkSessionIsPresent();
|
||||||
|
|
||||||
// Checking if video is displayed
|
// Checking if video is displayed
|
||||||
|
|
Loading…
Reference in New Issue