mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Testing a sleep between get and refresh
This commit is contained in:
parent
3e22acdaf9
commit
057ec2db81
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ export default (function () {
|
|||
// since we're using hash URLs, always reload first to force re-render
|
||||
self.debug('navigate to: ' + url);
|
||||
return self.remote.get(url)
|
||||
.then(function () {
|
||||
return self.sleep(700);
|
||||
})
|
||||
.then(function () {
|
||||
self.debug('returned from get, calling refresh');
|
||||
return self.remote.refresh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue