Tell Protractor to maximise Browser window

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2305/head
Alex Coles 10 years ago
parent 7f85b4db3e
commit 68a49ee56b
  1. 6
      frontend/tests/integration/protractor.conf.js

@ -46,5 +46,9 @@ exports.config = {
reporter: 'mocha-jenkins-reporter'
},
baseUrl: 'http://localhost:8080'
baseUrl: 'http://localhost:8080',
onPrepare: function() {
browser.driver.manage().window().maximize();
}
};

Loading…
Cancel
Save