ov-components: included fullscreen e2e event test

pull/839/head
Carlos Santos 2024-07-30 16:44:07 +02:00
parent 822ef1ad09
commit 1b93b1a551
1 changed files with 1 additions and 1 deletions

View File

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