diff --git a/openvidu-components-angular/e2e/webcomponent-e2e/events.test.ts b/openvidu-components-angular/e2e/webcomponent-e2e/events.test.ts index e0cea8d7..d97f5a23 100644 --- a/openvidu-components-angular/e2e/webcomponent-e2e/events.test.ts +++ b/openvidu-components-angular/e2e/webcomponent-e2e/events.test.ts @@ -313,7 +313,7 @@ describe('Testing videoconference EVENTS', () => { }); // With headless mode, the Fullscreen API doesn't work - (isHeadless ? it.skip : it)('should receive the onFullscreenEnabledChanged event', async () => { + it('should receive the onFullscreenEnabledChanged event', async () => { let element; await browser.get(`${url}&prejoin=false`);