openvidu-components: Updated webcomponent e2e

pull/750/head
csantosm 2022-08-18 15:58:07 +02:00
parent 27e686271e
commit 09eeaf4b88
1 changed files with 2 additions and 2 deletions

View File

@ -909,13 +909,13 @@ describe('Testing videoconference EVENTS', () => {
expect(await activitiesButton.isDisplayed()).to.be.true; expect(await activitiesButton.isDisplayed()).to.be.true;
await activitiesButton.click(); await activitiesButton.click();
await browser.sleep(1000); await browser.sleep(1500);
// Open recording // Open recording
element = await browser.wait(until.elementLocated(By.css('ov-recording-activity')), TIMEOUT); element = await browser.wait(until.elementLocated(By.css('ov-recording-activity')), TIMEOUT);
await element.click(); await element.click();
await browser.sleep(1000); await browser.sleep(1500);
// Delete event // Delete event
element = await browser.findElement(By.id('delete-recording-btn')); element = await browser.findElement(By.id('delete-recording-btn'));