openvidu-test-e2e firefox test fix
This commit is contained in:
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…
x
Reference in New Issue
Block a user