Browse Source

Fix port.

Benjamin Forehand Jr 6 years ago
parent
commit
6559afba37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/wdio.circleci.conf.js

+ 1 - 1
test/wdio.circleci.conf.js

@@ -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']