mirror of https://github.com/OpenVidu/openvidu.git
tests-e2e: Updated massive session tests setting 8 as max users
parent
87694aca15
commit
45153b7fb7
|
@ -392,7 +392,8 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
|
|||
|
||||
log.info("Massive session");
|
||||
|
||||
final Integer NUMBER_OF_USERS = 11;
|
||||
// Set the maximum number limit of participants in the rom because of the evaluation mode
|
||||
final Integer NUMBER_OF_USERS = 8;
|
||||
|
||||
user.getDriver().findElement(By.id("toolbar-scenarios")).sendKeys(Keys.ENTER);
|
||||
|
||||
|
|
Loading…
Reference in New Issue