mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server-e2e: test description fix
parent
8fe65335ce
commit
28b33203c9
|
@ -676,7 +676,7 @@ public class OpenViduTestAppE2eTest {
|
||||||
|
|
||||||
setupBrowser("chrome");
|
setupBrowser("chrome");
|
||||||
|
|
||||||
log.info("Signal message");
|
log.info("Publisher unpublish");
|
||||||
|
|
||||||
user.getDriver().findElement(By.id("auto-join-checkbox")).click();
|
user.getDriver().findElement(By.id("auto-join-checkbox")).click();
|
||||||
user.getDriver().findElement(By.id("one2one-btn")).click();
|
user.getDriver().findElement(By.id("one2one-btn")).click();
|
||||||
|
@ -1237,10 +1237,6 @@ public class OpenViduTestAppE2eTest {
|
||||||
final String sessionName = "TestSession";
|
final String sessionName = "TestSession";
|
||||||
final String recordingName = "CUSTOM_NAME";
|
final String recordingName = "CUSTOM_NAME";
|
||||||
|
|
||||||
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(sessionName);
|
|
||||||
|
|
||||||
user.getDriver().findElement(By.id("auto-join-checkbox")).click();
|
user.getDriver().findElement(By.id("auto-join-checkbox")).click();
|
||||||
user.getDriver().findElement(By.id("one2one-btn")).click();
|
user.getDriver().findElement(By.id("one2one-btn")).click();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue