Skip to content

Commit

Permalink
fix: phantomjs configuration fix for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
csnyders committed Jul 25, 2016
1 parent 2ae16da commit 657fe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/conf.local.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var capabilitiesForBrowser = function capabilitiesForBrowser(browserName, browse
}

if (browserName === 'phantomjs') {
capabilities['phantomjs.binary.path'] = './node_modules/.bin/phantomjs';
capabilities['phantomjs.binary.path'] = 'node_modules/.bin/phantomjs';
}

return capabilities;
Expand Down

0 comments on commit 657fe88

Please sign in to comment.