openvidu-test-e2e: wait time after alert accepted

pull/550/head
pabloFuente 2020-10-01 16:07:53 +02:00
parent 92123d6df5
commit 6a8670304f
1 changed files with 2 additions and 0 deletions

View File

@ -2864,6 +2864,8 @@ public class OpenViduTestAppE2eTest {
Assert.fail("Alert exception");
}
Thread.sleep(500);
user.getDriver().findElement(By.cssSelector("#openvidu-instance-1 .join-btn")).sendKeys(Keys.ENTER);
user.getEventManager().waitUntilEventReaches("connectionCreated", 5);