mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
Add a debug log so we can tell what page we're going to if we fail
This commit is contained in:
parent
cfe85639fc
commit
583c89012c
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ export default (function () {
|
||||||
},
|
},
|
||||||
|
|
||||||
goToPage: function (pageNum) {
|
goToPage: function (pageNum) {
|
||||||
|
common.debug('goToPage (' + pageNum + ')');
|
||||||
return this.remote.setFindTimeout(defaultFindTimeout)
|
return this.remote.setFindTimeout(defaultFindTimeout)
|
||||||
.findByCssSelector('ul.pagination-other-pages-list.pagination-sm.ng-scope li.ng-scope:nth-child(' +
|
.findByCssSelector('ul.pagination-other-pages-list.pagination-sm.ng-scope li.ng-scope:nth-child(' +
|
||||||
(pageNum + 1) + ') a.ng-binding'
|
(pageNum + 1) + ') a.ng-binding'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue