Skip to content

Commit

Permalink
fix: adjust selenium-standalone usage to new API
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jun 18, 2015
1 parent c06f3bb commit 689fb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function startTest(browser, subProcess) {
}

function startSelenium(callback) {
selenium({}, {}, function() {
selenium.start(function() {
var browser = wd.promiseChainRemote();
callback(browser);
});
Expand Down

0 comments on commit 689fb73

Please sign in to comment.