Skip to content

Commit

Permalink
Fix port.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Mar 13, 2019
1 parent f079884 commit 6559afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wdio.circleci.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Config for running selenium from a circleci docker container against localhost
/*/

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

0 comments on commit 6559afb

Please sign in to comment.