mirror of https://github.com/OpenVidu/openvidu.git
ov-components:remove unnecessary screenshot logging in API directive tests
parent
3579b9dc6a
commit
f0bcb3ac03
|
@ -241,8 +241,6 @@ describe('Testing API Directives', () => {
|
||||||
await utils.waitForElement('#videocam_off');
|
await utils.waitForElement('#videocam_off');
|
||||||
expect(await utils.isPresent('#videocam_off')).toBeTrue();
|
expect(await utils.isPresent('#videocam_off')).toBeTrue();
|
||||||
|
|
||||||
console.log('data:image/png;base64,' + (await browser.takeScreenshot()));
|
|
||||||
|
|
||||||
await utils.waitForElement('#video-poster');
|
await utils.waitForElement('#video-poster');
|
||||||
expect(await utils.getNumberOfElements('video')).toEqual(0);
|
expect(await utils.getNumberOfElements('video')).toEqual(0);
|
||||||
});
|
});
|
||||||
|
@ -279,7 +277,6 @@ describe('Testing API Directives', () => {
|
||||||
await utils.clickOn('#join-button');
|
await utils.clickOn('#join-button');
|
||||||
|
|
||||||
await utils.checkSessionIsPresent();
|
await utils.checkSessionIsPresent();
|
||||||
console.log('data:image/png;base64,' + (await browser.takeScreenshot()));
|
|
||||||
|
|
||||||
expect(await utils.getNumberOfElements('video')).toEqual(1);
|
expect(await utils.getNumberOfElements('video')).toEqual(1);
|
||||||
expect(await utils.getNumberOfElements('audio')).toEqual(0);
|
expect(await utils.getNumberOfElements('audio')).toEqual(0);
|
||||||
|
|
Loading…
Reference in New Issue