mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: fix custom layout broadcast test
parent
5d2e78238f
commit
1fe005c6af
|
@ -3004,8 +3004,12 @@ public class OpenViduProTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
|
|||
"OPENVIDU_RECORDING_CUSTOM_LAYOUT", "/opt/openvidu/test-layouts");
|
||||
restartOpenViduServer(config);
|
||||
|
||||
final String SESSION_NAME = "CUSTOM_LAYOUT_SESSION";
|
||||
|
||||
OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome");
|
||||
user.getDriver().findElement(By.id("add-user-btn")).click();
|
||||
user.getDriver().findElement(By.id("session-name-input-0")).clear();
|
||||
user.getDriver().findElement(By.id("session-name-input-0")).sendKeys(SESSION_NAME);
|
||||
|
||||
user.getDriver().findElement(By.className("join-btn")).sendKeys(Keys.ENTER);
|
||||
user.getEventManager().waitUntilEventReaches("streamCreated", 1);
|
||||
|
|
Loading…
Reference in New Issue