[full-ci] Bump web v5.2.0-rc.x (#3249)

* bump web rc.1

* Use web v5.2.0-rc.2

Co-authored-by: Pascal Wengerter <pascal@wengerter.info>
This commit is contained in:
Florian Schade
2022-03-02 17:52:02 +01:00
committed by GitHub
co-authored by Pascal Wengerter
parent 410aee5234
commit 55593b7e9f
6 changed files with 9 additions and 10 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'
},
}
}
}