Skip to content

Commit

Permalink
Hotfix Firefox failures
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jun 11, 2016
1 parent a47d804 commit 5006306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ function firefox(browser) {
'browserName': 'firefox',
'version': browser.version.match(/\d+/)[0],
'firefox_binary': browser.binPath,
'marionette': true
};
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"freeport": "^1.0.4",
"launchpad": "^0.5.0",
"lodash": "^3.0.1",
"selenium-standalone": "^5.0.0",
"selenium-standalone": "azakus/selenium-standalone#firefox-marionette-driver",
"which": "^1.0.8"
},
"engines": {
Expand Down

0 comments on commit 5006306

Please sign in to comment.