ov-components: Fix test case for recording start and stop events by enabling it in events test suite

master
Carlos Santos 2025-08-22 12:36:16 +02:00
parent ee30c3ce95
commit 1b9277145c
1 changed files with 1 additions and 1 deletions

View File

@ -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}`);