Skip to content

Commit

Permalink
Remove explicit selenium version option
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Dec 9, 2014
1 parent 8e6deaa commit 1e98d62
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,7 @@ module.exports = function(config) {
sauceLabs: {
username: 'nggrid',
startConnect: false,
testName: 'ui-grid unit tests',
options: {
'selenium-version': '2.41.0' // NOTE: trying this to see if tests run better
}
testName: 'ui-grid unit tests'
},

// For more browsers on Sauce Labs see:
Expand Down

0 comments on commit 1e98d62

Please sign in to comment.