diff --git a/openvidu-components-angular/e2e/events.test.ts b/openvidu-components-angular/e2e/events.test.ts index c6e261a9..44ab0c1b 100644 --- a/openvidu-components-angular/e2e/events.test.ts +++ b/openvidu-components-angular/e2e/events.test.ts @@ -620,6 +620,8 @@ describe('Testing videoconference EVENTS', () => { expect(await utils.isPresent('#leave-btn')).toBeTrue(); await leaveButton.click(); + await utils.waitForElement('#events'); + // Checking if onParticipantLeft has been received await utils.waitForElement('#onParticipantLeft'); expect(await utils.isPresent('#onParticipantLeft')).toBeTrue(); diff --git a/openvidu-components-angular/src/app/openvidu-call/call.component.html b/openvidu-components-angular/src/app/openvidu-call/call.component.html index b7e78f47..375b2429 100644 --- a/openvidu-components-angular/src/app/openvidu-call/call.component.html +++ b/openvidu-components-angular/src/app/openvidu-call/call.component.html @@ -1,3 +1,5 @@ +
+ @if (configReady) {