Skip to content

Commit

Permalink
ov-components: included fullscreen e2e event test
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jul 30, 2024
1 parent 822ef1a commit 1b93b1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`);

Expand Down

0 comments on commit 1b93b1a

Please sign in to comment.