From e9c34f6544107a4352bcda04766c138633196d4b Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Tue, 29 Jun 2021 17:43:37 +0200 Subject: [PATCH] Remove screencast comments --- test/taiko/apps.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/taiko/apps.js b/test/taiko/apps.js index 07d18adff..2c746ad17 100644 --- a/test/taiko/apps.js +++ b/test/taiko/apps.js @@ -15,8 +15,6 @@ const assert = require('assert'); console.log('Executing these tests: ' + taikoTests) await openBrowser() - // await screencast.startScreencast('output.gif') - // Nextcloud if (taikoTests.includes('nextcloud') || taikoTests === 'all') { @@ -122,11 +120,9 @@ const assert = require('assert'); } catch (error) { await screenshot() - // await screencast.stopScreencast() console.error(error) process.exitCode = 1 } finally { - // await screencast.stopScreencast() await closeBrowser() } })() -- GitLab