Skip to content

Commit

Permalink
Fingers crossed
Browse files Browse the repository at this point in the history
The test never gets as far as launching the browser. Kind of looks like it doesn't find one, actually. Karma lists the option as "Chrome" (as opposed to "chrome" so I figured this could be worth a try.
  • Loading branch information
bathos committed May 28, 2015
1 parent c1a1128 commit ff82cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.conf-ci.js
Expand Up @@ -6,7 +6,7 @@ module.exports = function(config) {
var customLaunchers = {
'SL_Chrome': {
base: 'SauceLabs',
browserName: 'chrome'
browserName: 'Chrome'
}
};

Expand Down Expand Up @@ -56,4 +56,4 @@ module.exports = function(config) {
browsers: Object.keys(customLaunchers),
singleRun: true
});
};
};

0 comments on commit ff82cb3

Please sign in to comment.