Skip to content

Commit

Permalink
openvidu-components: Fixed e2e test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed May 31, 2023
1 parent 12a34ca commit 6bfe05f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openvidu-components-angular/e2e/webcomponent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6bfe05f

Please sign in to comment.