openvidu-test-app: update .gitignore

pull/772/head
pabloFuente 2022-11-23 17:50:41 +01:00
parent 3cc28fa9f5
commit bdb34e7221
2 changed files with 4 additions and 0 deletions

View File

@ -955,6 +955,8 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
.equals(event.get("newValue").getAsJsonObject().toString()))) { .equals(event.get("newValue").getAsJsonObject().toString()))) {
latch3.countDown(); latch3.countDown();
} }
} else {
fail("Viewport resolution did not change in 4 seconds");
} }
} catch (InterruptedException e) { } catch (InterruptedException e) {
log.error("Error waiting for viewport resolution"); log.error("Error waiting for viewport resolution");

View File

@ -41,3 +41,5 @@ testem.log
# System Files # System Files
.DS_Store .DS_Store
Thumbs.db Thumbs.db
/.angular