Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b4db713

Browse files
committed
fix(jenkins): reset baseUrl in protractor conf
Commit 22b817e changed the url used by protractor in all docs tests to prepend "build/docs", which was already set to the `baseUrl` in `protractor-jenkins.conf`. This commit just changes the protractor config's `baseUrl` to adapt to the changes in the spec files. Closes #9783
1 parent df3d739 commit b4db713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protractor-jenkins-conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exports.config = {
1313
'browserName': 'chrome'
1414
},
1515

16-
baseUrl: 'http://localhost:8000/build/docs/',
16+
baseUrl: 'http://localhost:8000/',
1717

1818
framework: 'jasmine',
1919

0 commit comments

Comments
 (0)