mirror of https://github.com/OpenVidu/openvidu.git
ov-components: Fix test case for recording start and stop events by enabling it in events test suite
parent
ee30c3ce95
commit
1b9277145c
|
@ -352,7 +352,7 @@ describe('Testing videoconference EVENTS', () => {
|
||||||
expect(await utils.isPresent('#onSettingsPanelStatusChanged-false')).toBeTrue();
|
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';
|
const roomName = 'recordingToolbarEvent';
|
||||||
await browser.get(`${url}&prejoin=false&roomName=${roomName}`);
|
await browser.get(`${url}&prejoin=false&roomName=${roomName}`);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue