Skip to content

Commit

Permalink
change hello-world
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Apr 24, 2024
1 parent b43e1ba commit 6423d14
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Tests/TutorialTests/openvidu-hello-world-test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ test('Checking for the presence of two active webcams in an OpenVidu session', a

}



// Capture a screenshot of page1 and save it to a file.
await page1.screenshot({ path: '../results/screenshots/page1_screenshot.png' });

Expand All @@ -66,13 +68,8 @@ test('Checking for the presence of two active webcams in an OpenVidu session', a
expect(isPaused).not.toBe(true);

}

var audioElement = await page2.$('audio');
expect(audioElement).not.toBe(null);

var isMuted = await audioElement.evaluate(audio => audio.muted);
expect(isMuted).not.toBe(true);



// Close the pages and the browser.
await Promise.all([page1.close(), page2.close()]);
Expand Down

0 comments on commit 6423d14

Please sign in to comment.