Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Nov 22, 2024
1 parent fd185ab commit c76721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/client/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var config = {

directConnect: true,

chromeDriver: process.env.CHROMEWEBDRIVER ? (process.env.CHROMEWEBDRIVER + '/x64/chromedriver') : null,
chromeDriver: process.env.CHROMEWEBDRIVER ? (process.env.CHROMEWEBDRIVER.replace('/superdesk-client-core', '') + '/x64/chromedriver') : null,

onPrepare: function() {
execSync(
Expand Down

0 comments on commit c76721e

Please sign in to comment.