ov-components: add delay before checking session presence in audio disabled test

master
Carlos Santos 2025-05-23 15:48:15 +02:00
parent 621df40a7f
commit aa15e8b713
1 changed files with 1 additions and 0 deletions

View File

@ -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