From 1b93b1a551d369035a0fafef8f5ed2e2888e65b8 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Tue, 30 Jul 2024 16:44:07 +0200 Subject: [PATCH] ov-components: included fullscreen e2e event test --- openvidu-components-angular/e2e/webcomponent-e2e/events.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`);