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

Remove screencast comments

parent cf99b830
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@ const assert = require('assert');
console.log('Executing these tests: ' + taikoTests)
console.log('• Login to admin panel')
await openBrowser()
// await screencast.startScreencast('output.gif')
await goto(adminpanelUrl)
await click('Login')
......@@ -84,11 +83,9 @@ const assert = require('assert');
}
} catch (error) {
await screenshot()
// await screencast.stopScreencast()
console.error(error)
process.exitCode = 1
} finally {
// await screencast.stopScreencast()
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