Skip to content

Commit

Permalink
screenshot button share
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Apr 20, 2024
1 parent 1c553e6 commit bc32601
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/openvidu-js-screen-share-tutorial.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ test('Checking for the presence of two active webcams in an OpenVidu session', a
await page2.fill('#userName', 'User2');
await page2.click('#join input[type="submit"]');
await page2.waitForSelector('#buttonScreenShare', { state: 'visible' });
await page2.screenshot({ path: '../results/screenshots/pagebuttonshare.png' });
await page2.click('#buttonScreenShare');
await page2.waitForTimeout(5000);

Expand Down

0 comments on commit bc32601

Please sign in to comment.