Skip to content

Commit 6bfe05f

Browse files
committed
openvidu-components: Fixed e2e test timeout
1 parent 12a34ca commit 6bfe05f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

openvidu-components-angular/e2e/webcomponent.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ describe('Testing screenshare features', () => {
13651365

13661366
// Unmuting camera
13671367
await muteVideoButton.click();
1368-
await browser.sleep(500);
1368+
await browser.sleep(1000);
13691369

13701370
await utils.waitForElement('.camera-type');
13711371
expect(await utils.getNumberOfElements('video')).equals(2);
@@ -2032,6 +2032,7 @@ describe('Testing PRO features with OpenVidu CE', () => {
20322032
// Expect captions panel shows the pro feature content
20332033
await utils.waitForElement('#settings-container');
20342034
await utils.clickOn('#captions-opt');
2035+
await browser.sleep(1000);
20352036
await utils.waitForElement('.pro-feature');
20362037

20372038
// Open more options menu

0 commit comments

Comments
 (0)