Skip to content

Commit

Permalink
More selenium cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeDr committed Jun 20, 2016
1 parent 589cb71 commit 056294b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function (grunt) {
'run:testUIServer',
'run:chromeDriver',
'esvm_shutdown:ui',
'stop:seleniumServer',
'stop:chromeDriver',
'stop:testUIServer'
]);

Expand Down
1 change: 0 additions & 1 deletion test/intern.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ define(function (require) {
return _.assign({
debug: true,
capabilities: {
'selenium-version': '2.53.0',
'idle-timeout': 99
},
environments: [{
Expand Down

0 comments on commit 056294b

Please sign in to comment.