From 4ae5778cdcb6f9ee79a08b7332ef6f9872509bb5 Mon Sep 17 00:00:00 2001 From: ismail Date: Wed, 24 Apr 2024 14:23:02 +0200 Subject: [PATCH] cambios en TutorialTests --- Tests/TutorialTests/openvidu-iframe-tutorial.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/TutorialTests/openvidu-iframe-tutorial.spec.js b/Tests/TutorialTests/openvidu-iframe-tutorial.spec.js index cbcf945c..2ca8ed5d 100644 --- a/Tests/TutorialTests/openvidu-iframe-tutorial.spec.js +++ b/Tests/TutorialTests/openvidu-iframe-tutorial.spec.js @@ -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);