tests-e2e: Updated massive session tests setting 8 as max users

v2compatibility
Carlos Santos 2024-12-09 13:34:10 +01:00
parent 87694aca15
commit 45153b7fb7
1 changed files with 2 additions and 1 deletions

View File

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