mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: number of video files expected in ZIP fix
parent
110508383d
commit
d088000151
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue