Update init.js

pull/1/head
yann300 7 years ago committed by GitHub
parent a29874c62b
commit b340c72df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      test-browser/helpers/init.js

@ -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()
})
})
}

Loading…
Cancel
Save