Skip to content

Commit

Permalink
openvidu-test-e2e: fix oneToManyVideoAudioSession test
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed May 24, 2024
1 parent d293d69 commit 8ff9c7c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ void oneToManyVideoAudioSession() throws Exception {

log.info("One2Many [Video + Audio]");

WebElement one2ManyInput = user.getDriver().findElement(By.id("one2many-input"));
one2ManyInput.clear();
one2ManyInput.sendKeys("3");
user.getDriver().findElement(By.id("auto-join-checkbox")).click();
user.getDriver().findElement(By.id("one2many-btn")).click();

Expand Down

0 comments on commit 8ff9c7c

Please sign in to comment.