Merge branch 'master' into StoreSettingsViaMetadata

This commit is contained in:
jkoberg
2022-03-03 11:16:51 +01:00
54 changed files with 483 additions and 56 deletions
@@ -1,9 +1,8 @@
const { client } = require('nightwatch-api')
const util = require('util')
module.exports = {
url: function () {
return this.api.launchUrl + '/#/settings'
return this.api.launchUrl + '/settings'
},
commands: {
@@ -78,6 +77,6 @@ module.exports = {
languageInput: {
selector: "//label[.='Language']/..//input",
locateStrategy: 'xpath'
},
}
}
}