openvidu-test-e2e: number of video files expected in ZIP fix
This commit is contained in:
parent
110508383d
commit
d088000151
@ -1213,7 +1213,7 @@ public class OpenViduTestAppE2eTest {
|
||||
String recPath = recordingsPath + 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
|
||||
user.getDriver().findElement(By.id("get-recording-btn")).click();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user