openvidu-test-e2e: add comment

dependabot/npm_and_yarn/openvidu-components-angular/multi-f2b383cc78
pabloFuente 2025-01-20 14:48:09 +01:00
parent f2cb2fb252
commit 77f23512a6
1 changed files with 1 additions and 0 deletions

View File

@ -1696,6 +1696,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
Assertions.assertTrue(user.getBrowserUser().assertAllElementsHaveTracks("video", false, true), Assertions.assertTrue(user.getBrowserUser().assertAllElementsHaveTracks("video", false, true),
"HTMLVideoElements were expected to have only one video track"); "HTMLVideoElements were expected to have only one video track");
// Should receive VP8 1920x1080 30 fps
subscriberVideo = user.getDriver().findElement(By.cssSelector("#openvidu-instance-0 video.remote")); subscriberVideo = user.getDriver().findElement(By.cssSelector("#openvidu-instance-0 video.remote"));
waitUntilVideoLayersNotEmpty(user, subscriberVideo); waitUntilVideoLayersNotEmpty(user, subscriberVideo);
Assertions.assertEquals(1, getLayersAsJsonArray(user, subscriberVideo).size()); Assertions.assertEquals(1, getLayersAsJsonArray(user, subscriberVideo).size());