mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: add comment
parent
f2cb2fb252
commit
77f23512a6
|
@ -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());
|
||||||
|
|
Loading…
Reference in New Issue