ov-components: Fix test case for recording start and stop events by enabling it in events test suite
This commit is contained in:
parent
ee30c3ce95
commit
1b9277145c
@ -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}`);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user