Skip to content

Commit

Permalink
ov-components: Fixed fullscreen e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jul 29, 2024
1 parent d52dc9b commit 4c204ef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ describe('Testing EVENTS', () => {

await utils.toggleFullscreenFromToolbar();

await browser.sleep(1000);

await utils.waitForElement('#onFullscreenEnabledChanged');
expect(await utils.isPresent('#onFullscreenEnabledChanged')).to.be.true;
});
Expand Down

0 comments on commit 4c204ef

Please sign in to comment.