From 6bfe05f306dddeda61e60f13ab58ae7b23b293c2 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 31 May 2023 11:08:09 +0200 Subject: [PATCH] openvidu-components: Fixed e2e test timeout --- openvidu-components-angular/e2e/webcomponent.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openvidu-components-angular/e2e/webcomponent.test.ts b/openvidu-components-angular/e2e/webcomponent.test.ts index 2db67884c3..acc9b3edc2 100644 --- a/openvidu-components-angular/e2e/webcomponent.test.ts +++ b/openvidu-components-angular/e2e/webcomponent.test.ts @@ -1365,7 +1365,7 @@ describe('Testing screenshare features', () => { // Unmuting camera await muteVideoButton.click(); - await browser.sleep(500); + await browser.sleep(1000); await utils.waitForElement('.camera-type'); expect(await utils.getNumberOfElements('video')).equals(2); @@ -2032,6 +2032,7 @@ describe('Testing PRO features with OpenVidu CE', () => { // Expect captions panel shows the pro feature content await utils.waitForElement('#settings-container'); await utils.clickOn('#captions-opt'); + await browser.sleep(1000); await utils.waitForElement('.pro-feature'); // Open more options menu