Skip to content

Commit 0ae8d2c

Browse files
committed
Fixing test port
1 parent 8265f4f commit 0ae8d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/pageTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function runTests(client) {
1313

1414
client
1515
.init()
16-
.url('http://localhost:8982')
16+
.url(config.websiteUrl)
1717
.webdrivercss('elements', [{
1818
name: 'button',
1919
elem: '#button'

0 commit comments

Comments
 (0)