mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
enable debugging to try to solve jenkins issue
This commit is contained in:
parent
1d7bf55492
commit
9ccf8a74e0
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@ define(function (require) {
|
|||
var _ = require('intern/dojo/node!lodash');
|
||||
|
||||
return _.assign({
|
||||
debug: false,
|
||||
debug: true,
|
||||
capabilities: {
|
||||
'selenium-version': '2.47.1',
|
||||
'idle-timeout': 30
|
||||
|
|
|
@ -94,7 +94,6 @@ define(function (require) {
|
|||
.findAllByCssSelector('table.table.table-condensed thead tr th');
|
||||
},
|
||||
|
||||
|
||||
sortBy: function sortBy(columnName) {
|
||||
return this.remote.setFindTimeout(defaultTimeout)
|
||||
.findAllByCssSelector('table.table.table-condensed thead tr th span')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue