From aa15e8b713df48709c8ee1a27ea97622009e43b9 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Fri, 23 May 2025 15:48:15 +0200 Subject: [PATCH] ov-components: add delay before checking session presence in audio disabled test --- openvidu-components-angular/e2e/api-directives.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/openvidu-components-angular/e2e/api-directives.test.ts b/openvidu-components-angular/e2e/api-directives.test.ts index 33b78ede..408da386 100644 --- a/openvidu-components-angular/e2e/api-directives.test.ts +++ b/openvidu-components-angular/e2e/api-directives.test.ts @@ -284,6 +284,7 @@ describe('Testing API Directives', () => { it('should run the app with AUDIO DISABLED and WITHOUT PREJOIN page', async () => { await browser.get(`${url}&prejoin=false&audioEnabled=false`); + await browser.sleep(1000); await utils.checkSessionIsPresent(); // Checking if video is displayed