mirror of https://github.com/OpenVidu/openvidu.git
ov-components: change fit to it for video disabled prejoin page test
parent
35f1085870
commit
314a3d1898
|
@ -220,7 +220,7 @@ describe('Testing API Directives', () => {
|
|||
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 utils.checkPrejoinIsPresent();
|
||||
|
|
Loading…
Reference in New Issue