enable debugging to try to solve jenkins issue

This commit is contained in:
Joe Fleming 2015-11-06 11:14:27 -07:00
parent 83bc559c64
commit cd0795288c
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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')