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

Update init.js

parent aaf20319
...@@ -2,9 +2,6 @@ module.exports = function (browser, callback) { ...@@ -2,9 +2,6 @@ module.exports = function (browser, callback) {
browser browser
.url('http://127.0.0.1:8080/#version=builtin') .url('http://127.0.0.1:8080/#version=builtin')
.injectScript('test-browser/helpers/applytestmode.js', function () { .injectScript('test-browser/helpers/applytestmode.js', function () {
browser.click('#autoCompile') browser.resizeWindow(2560, 1440, callback)
.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