I tried using tryForTime to wait until the settings URL is present instead of status, but very briefly getting discover URL. So I ended up adding a sleep anyway to wait for that redirect to settings..

This commit is contained in:
LeeDr 2015-10-28 09:13:47 -05:00 committed by Joe Fleming
parent d1e73bcff1
commit 85397c754f

View file

@ -41,7 +41,7 @@ define(function (require) {
.unload('emptyKibana')
.then(function () {
return common
.sleep(500);
.sleep(1000);
})
.then(function () {
return scenarioManager
@ -65,7 +65,7 @@ define(function (require) {
})))
.then(function () {
return common
.sleep(500);
.sleep(2000);
})
.then(function () {
return remote