Skip to content

Commit

Permalink
ci: Updated e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jul 30, 2024
1 parent 6604d6a commit 33d1192
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 198 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ describe('Testing CHAT features', () => {
let pName = `participant${Math.floor(Math.random() * 1000)}`;
const fixedUrl = `${url}&prejoin=false&roomName=${roomName}`;
await browser.get(fixedUrl);
await browser.sleep(1000);
await utils.checkLayoutPresent();

// Starting new browser for adding a new participant
Expand Down
Loading

0 comments on commit 33d1192

Please sign in to comment.