Skip to content

Commit 33d1192

Browse files
committed
ci: Updated e2e test
1 parent 6604d6a commit 33d1192

File tree

3 files changed

+90
-198
lines changed

3 files changed

+90
-198
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ describe('Testing CHAT features', () => {
6161
let pName = `participant${Math.floor(Math.random() * 1000)}`;
6262
const fixedUrl = `${url}&prejoin=false&roomName=${roomName}`;
6363
await browser.get(fixedUrl);
64+
await browser.sleep(1000);
6465
await utils.checkLayoutPresent();
6566

6667
// Starting new browser for adding a new participant

0 commit comments

Comments
 (0)