mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
More selenium cleanup
This commit is contained in:
parent
589cb71cbb
commit
056294b7e9
2 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,7 @@ module.exports = function (grunt) {
|
|||
'run:testUIServer',
|
||||
'run:chromeDriver',
|
||||
'esvm_shutdown:ui',
|
||||
'stop:seleniumServer',
|
||||
'stop:chromeDriver',
|
||||
'stop:testUIServer'
|
||||
]);
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ define(function (require) {
|
|||
return _.assign({
|
||||
debug: true,
|
||||
capabilities: {
|
||||
'selenium-version': '2.53.0',
|
||||
'idle-timeout': 99
|
||||
},
|
||||
environments: [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue