bump nightwatch and chromedriver versions

This commit is contained in:
Jake McDermott
2018-02-24 21:30:42 -05:00
parent 24fd4a360e
commit a23e4732b6
28 changed files with 131 additions and 45 deletions
+6
View File
@@ -23,6 +23,12 @@ module.exports = {
url () {
return `${this.api.globals.launch_url}/#/teams`;
},
commands: [{
load () {
this.api.url('data:,'); // https://github.com/nightwatchjs/nightwatch/issues/1724
return this.navigate();
},
}],
sections: {
header,
navigation,