mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fix use in navigateToApp
This commit is contained in:
parent
8a5c94c941
commit
ca5ba4fe16
1 changed files with 2 additions and 3 deletions
|
@ -51,14 +51,13 @@ define(function (require) {
|
|||
self.debug(msg);
|
||||
throw new Error(msg);
|
||||
}
|
||||
|
||||
return currentUrl;
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
return doNavigation(appUrl)
|
||||
.then(function () {
|
||||
return self.remote.getCurrentUrl();
|
||||
})
|
||||
.then(function (currentUrl) {
|
||||
var lastUrl = currentUrl;
|
||||
return self.tryForTime(defaultTimeout, function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue