ov-components: included fullscreen e2e event test

This commit is contained in:
Carlos Santos 2024-07-30 16:44:07 +02:00
parent 822ef1ad09
commit 1b93b1a551

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