Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Nov 21, 2024
1 parent 5ec8188 commit f4dd5ea
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 + '/chromedriver') : null,
chromeDriver: process.env.CHROMEWEBDRIVER ? proecss.env. process.env.CHROMEWEBDRIVER : null,

onPrepare: function() {
execSync(
Expand Down

0 comments on commit f4dd5ea

Please sign in to comment.