Skip to content

Commit

Permalink
cambios en TutorialTests
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Apr 24, 2024
1 parent d495374 commit 4ae5778
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/TutorialTests/openvidu-iframe-tutorial.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ test('Checking for the presence of two active webcams in an OpenVidu session', a

expect(videoElements.length).toEqual(1);


for (const videoElement of videoElements) {

const isPaused = await videoElement.evaluate(video => video.paused);
Expand Down

0 comments on commit 4ae5778

Please sign in to comment.