openvidu-test-e2e: number of video files expected in ZIP fix

pull/203/head
pabloFuente 2019-02-05 16:17:06 +01:00
parent 110508383d
commit d088000151
1 changed files with 1 additions and 1 deletions

View File

@ -1213,7 +1213,7 @@ public class OpenViduTestAppE2eTest {
String recPath = recordingsPath + sessionName + "/"; String recPath = recordingsPath + sessionName + "/";
Recording recording = new OpenVidu(OPENVIDU_URL, OPENVIDU_SECRET).getRecording(sessionName); Recording recording = new OpenVidu(OPENVIDU_URL, OPENVIDU_SECRET).getRecording(sessionName);
this.checkIndividualRecording(recPath, recording, 1, "opus", "vp8"); this.checkIndividualRecording(recPath, recording, 2, "opus", "vp8");
// Try to get the stopped recording // Try to get the stopped recording
user.getDriver().findElement(By.id("get-recording-btn")).click(); user.getDriver().findElement(By.id("get-recording-btn")).click();