Skip to content

Commit

Permalink
Fixing path for web-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
axelssonHakan committed Aug 22, 2018
1 parent a2d4480 commit 2892a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test_script:
# run tests
- npm run test:node
- npm run test:chrome
- node_modules\protractor\bin\webdriver-manager update --gecko false --versions.chrome 2.37
- ./node_modules/protractor/bin/webdriver-manager update --gecko false --version.chrome 2.37
- npm run test:protractor -- --directConnect

# Don't actually build.
Expand Down

0 comments on commit 2892a01

Please sign in to comment.