mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-app: update .gitignore
parent
3cc28fa9f5
commit
bdb34e7221
|
@ -955,6 +955,8 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
|
|||
.equals(event.get("newValue").getAsJsonObject().toString()))) {
|
||||
latch3.countDown();
|
||||
}
|
||||
} else {
|
||||
fail("Viewport resolution did not change in 4 seconds");
|
||||
}
|
||||
} catch (InterruptedException e) {
|
||||
log.error("Error waiting for viewport resolution");
|
||||
|
|
|
@ -41,3 +41,5 @@ testem.log
|
|||
# System Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
/.angular
|
||||
|
|
Loading…
Reference in New Issue