Skip to content

Commit

Permalink
Update openvidu-react-web-tutorial.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah authored Sep 25, 2023
1 parent 3a7248d commit c21db04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/openvidu-react-web-tutorial.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const browser = await chromium.launch({ headless: true , deviceScaleFactor: 1,
});

const page1 = await context.newPage();
await page1.goto('http://localhost:3000'
await page1.goto('http://localhost:3000');
await page1.fill('#userName', 'Page1');
await page1.click('#join input[type="submit"]');
await page1.waitForSelector('#session', { visible: true });
Expand Down

0 comments on commit c21db04

Please sign in to comment.