ov-components:remove unnecessary screenshot logging in API directive tests

master
Carlos Santos 2025-05-26 18:38:25 +02:00
parent 3579b9dc6a
commit f0bcb3ac03
1 changed files with 0 additions and 3 deletions

View File

@ -241,8 +241,6 @@ describe('Testing API Directives', () => {
await utils.waitForElement('#videocam_off');
expect(await utils.isPresent('#videocam_off')).toBeTrue();
console.log('data:image/png;base64,' + (await browser.takeScreenshot()));
await utils.waitForElement('#video-poster');
expect(await utils.getNumberOfElements('video')).toEqual(0);
});
@ -279,7 +277,6 @@ describe('Testing API Directives', () => {
await utils.clickOn('#join-button');
await utils.checkSessionIsPresent();
console.log('data:image/png;base64,' + (await browser.takeScreenshot()));
expect(await utils.getNumberOfElements('video')).toEqual(1);
expect(await utils.getNumberOfElements('audio')).toEqual(0);