Skip to content
Snippets Groups Projects
Unverified Commit e9c34f65 authored by Varac's avatar Varac
Browse files

Remove screencast comments

parent 32a28ac1
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,6 @@ const assert = require('assert'); ...@@ -15,8 +15,6 @@ const assert = require('assert');
console.log('Executing these tests: ' + taikoTests) console.log('Executing these tests: ' + taikoTests)
await openBrowser() await openBrowser()
// await screencast.startScreencast('output.gif')
// Nextcloud // Nextcloud
if (taikoTests.includes('nextcloud') || taikoTests === 'all') { if (taikoTests.includes('nextcloud') || taikoTests === 'all') {
...@@ -122,11 +120,9 @@ const assert = require('assert'); ...@@ -122,11 +120,9 @@ const assert = require('assert');
} catch (error) { } catch (error) {
await screenshot() await screenshot()
// await screencast.stopScreencast()
console.error(error) console.error(error)
process.exitCode = 1 process.exitCode = 1
} finally { } finally {
// await screencast.stopScreencast()
await closeBrowser() await closeBrowser()
} }
})() })()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment