mirror of https://github.com/OpenVidu/openvidu.git
ov-components: included fullscreen e2e event test
parent
822ef1ad09
commit
1b93b1a551
|
@ -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`);
|
||||
|
||||
|
|
Loading…
Reference in New Issue