openvidu-test-e2e: wait time after alert accepted

This commit is contained in:
pabloFuente 2020-10-01 16:07:53 +02:00
parent 92123d6df5
commit 6a8670304f

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);