Wrap the get call with debug logging so we can debug the test hanging.

This commit is contained in:
LeeDr 2015-12-19 10:23:45 -06:00
parent 723931356c
commit 582f5fe80d

View file

@ -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 () {