mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e firefox test fix
parent
75ae4695a8
commit
9d15589126
|
@ -304,8 +304,8 @@ public class OpenViduTestAppE2eTest {
|
|||
|
||||
user.getEventManager().waitUntilEventReaches("connectionCreated", 1);
|
||||
user.getEventManager().waitUntilEventReaches("accessAllowed", 1);
|
||||
user.getEventManager().waitUntilEventReaches("streamCreated", 1);
|
||||
user.getEventManager().waitUntilEventReaches("streamPlaying", 1);
|
||||
|
||||
Thread.sleep(3000);
|
||||
|
||||
try {
|
||||
System.out.println(getBase64Screenshot(user));
|
||||
|
@ -313,10 +313,6 @@ public class OpenViduTestAppE2eTest {
|
|||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Assert.assertEquals(user.getDriver().findElements(By.tagName("video")).size(), 1);
|
||||
Assert.assertTrue(user.getEventManager().assertMediaTracks(user.getDriver().findElements(By.tagName("video")),
|
||||
true, true));
|
||||
|
||||
gracefullyLeaveParticipants(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue