Skip to content

Commit 6559afb

Browse files
committed
Fix port.
1 parent f079884 commit 6559afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/wdio.circleci.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Config for running selenium from a circleci docker container against localhost
99
/*/
1010

1111
exports.config = Object.assign({}, common.config, {
12-
baseUrl: `http://${ip.address()}:8080`,
12+
baseUrl: `http://${ip.address()}:8000`,
1313
maxInstances: 1,
1414
bail: 1,
1515
services: [require('./testServer'), 'selenium-standalone']

0 commit comments

Comments
 (0)