From 09eeaf4b887368b2e6e80c4a9e21c38667568cc4 Mon Sep 17 00:00:00 2001 From: csantosm <4a.santos@gmail.com> Date: Thu, 18 Aug 2022 15:58:07 +0200 Subject: [PATCH] openvidu-components: Updated webcomponent e2e --- openvidu-components-angular/e2e/webcomponent.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvidu-components-angular/e2e/webcomponent.test.ts b/openvidu-components-angular/e2e/webcomponent.test.ts index a7c4a382..14a18c0a 100644 --- a/openvidu-components-angular/e2e/webcomponent.test.ts +++ b/openvidu-components-angular/e2e/webcomponent.test.ts @@ -909,13 +909,13 @@ describe('Testing videoconference EVENTS', () => { expect(await activitiesButton.isDisplayed()).to.be.true; await activitiesButton.click(); - await browser.sleep(1000); + await browser.sleep(1500); // Open recording element = await browser.wait(until.elementLocated(By.css('ov-recording-activity')), TIMEOUT); await element.click(); - await browser.sleep(1000); + await browser.sleep(1500); // Delete event element = await browser.findElement(By.id('delete-recording-btn'));