Unverified Commit b340c72d authored by yann300's avatar yann300 Committed by GitHub

Update init.js

parent a29874c6
......@@ -3,5 +3,9 @@ module.exports = function (browser, callback) {
.url('http://127.0.0.1:8080/#version=builtin')
.injectScript('test-browser/helpers/applytestmode.js', function () {
browser.resizeWindow(2560, 1440, callback)
.click('#autoCompile')
.perform(function () {
callback()
})
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment