mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 15:58:39 -05:00
bump nightwatch and chromedriver versions
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user