Skip to content

Commit

Permalink
Revert "Update openvidu-react-web-tutorial.spec.js"
Browse files Browse the repository at this point in the history
This reverts commit 3e9511b.
  • Loading branch information
IsmailJniah committed Sep 21, 2023
1 parent edf8e5f commit 5f6de4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/openvidu-react-web-tutorial.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ const browser = await chromium.launch({ headless: true , deviceScaleFactor: 1,
await page2.waitForSelector('#session', { visible: true });
await page2.waitForTimeout(5000);

await page2.screenshot({ path: 'page2.png' });

await page1.screenshot({ path: 'page1.png' });
await page2.screenshot({ path: 'pr.png' });

// Buscar los elementos HTML que contienen los streams de video
const videoElements = await page2.$$('video');
Expand Down

0 comments on commit 5f6de4d

Please sign in to comment.