ov-components: change fit to it for video disabled prejoin page test

master
Carlos Santos 2025-05-21 11:55:31 +02:00
parent 35f1085870
commit 314a3d1898
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ describe('Testing API Directives', () => {
expect(await utils.isPresent('#openvidu-dialog')).toBeTrue(); expect(await utils.isPresent('#openvidu-dialog')).toBeTrue();
}); });
fit('should run the app with VIDEO DISABLED in prejoin page', async () => { it('should run the app with VIDEO DISABLED in prejoin page', async () => {
await browser.get(`${url}&prejoin=true&videoEnabled=false`); await browser.get(`${url}&prejoin=true&videoEnabled=false`);
await utils.checkPrejoinIsPresent(); await utils.checkPrejoinIsPresent();