mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Wrap the get call with debug logging so we can debug the test hanging.
This commit is contained in:
parent
723931356c
commit
582f5fe80d
1 changed files with 2 additions and 0 deletions
|
@ -25,8 +25,10 @@ define(function (require) {
|
|||
var doNavigation = function (url) {
|
||||
return self.tryForTime(defaultTimeout, function () {
|
||||
// since we're using hash URLs, always reload first to force re-render
|
||||
self.debug('>>> get ' + url);
|
||||
return self.remote.get(url)
|
||||
.then(function () {
|
||||
self.debug('<<< get ' + url);
|
||||
return self.remote.refresh();
|
||||
})
|
||||
.then(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue