From 1b9277145ca85771c95dbfb01940ede3e687a3b7 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Fri, 22 Aug 2025 12:36:16 +0200 Subject: [PATCH] ov-components: Fix test case for recording start and stop events by enabling it in events test suite --- openvidu-components-angular/e2e/events.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-components-angular/e2e/events.test.ts b/openvidu-components-angular/e2e/events.test.ts index ff45c9e8..523f9ada 100644 --- a/openvidu-components-angular/e2e/events.test.ts +++ b/openvidu-components-angular/e2e/events.test.ts @@ -352,7 +352,7 @@ describe('Testing videoconference EVENTS', () => { expect(await utils.isPresent('#onSettingsPanelStatusChanged-false')).toBeTrue(); }); - fit('should receive the onRecordingStartRequested and onRecordingStopRequested event when clicking toolbar button', async () => { + it('should receive the onRecordingStartRequested and onRecordingStopRequested event when clicking toolbar button', async () => { const roomName = 'recordingToolbarEvent'; await browser.get(`${url}&prejoin=false&roomName=${roomName}`);