소스 검색

test: remove path parameter

Renée Kooi 4 년 전
부모
커밋
11c1febf8b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      test/endtoend/wdio.local.conf.js

+ 0 - 1
test/endtoend/wdio.local.conf.js

@@ -33,7 +33,6 @@ exports.config = {
   // Set a base URL in order to shorten url command calls. If your url parameter starts
   // with "/", then the base url gets prepended.
   baseUrl: 'http://localhost',
-  path: '/',
 
   // Options to be passed to Mocha.
   // See the full list at http://mochajs.org/