We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8265f4f commit 0ae8d2cCopy full SHA for 0ae8d2c
1 file changed
test/pageTests.js
@@ -13,7 +13,7 @@ function runTests(client) {
13
14
client
15
.init()
16
- .url('http://localhost:8982')
+ .url(config.websiteUrl)
17
.webdrivercss('elements', [{
18
name: 'button',
19
elem: '#button'
0 commit comments