mirror of https://github.com/OpenVidu/openvidu.git
Firefox tests enabled
parent
9c5e28e024
commit
a6d6da8f62
|
@ -457,7 +457,6 @@ public class OpenViduTestAppE2eTest {
|
||||||
user.getEventManager().waitUntilNumberOfEvent("sessionDisconnected", 4);
|
user.getEventManager().waitUntilNumberOfEvent("sessionDisconnected", 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Disabled
|
|
||||||
@Test
|
@Test
|
||||||
@DisplayName("One2One Firefox [Video + Audio]")
|
@DisplayName("One2One Firefox [Video + Audio]")
|
||||||
void oneToOneVideoAudioSessionFirefox() throws Exception {
|
void oneToOneVideoAudioSessionFirefox() throws Exception {
|
||||||
|
@ -492,7 +491,6 @@ public class OpenViduTestAppE2eTest {
|
||||||
user.dispose();
|
user.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Disabled
|
|
||||||
@Test
|
@Test
|
||||||
@DisplayName("Cross-Browser test")
|
@DisplayName("Cross-Browser test")
|
||||||
void crossBrowserTest() throws Exception {
|
void crossBrowserTest() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue