Add getSpinnerDone after clicking a new page in index pattern field list

This commit is contained in:
LeeDr 2016-06-30 14:44:57 -05:00
parent 55bd8c02e5
commit cfe85639fc

View file

@ -244,6 +244,9 @@ export default (function () {
)
.then(function (page) {
return page.click();
})
.then(function () {
return headerPage.getSpinnerDone();
});
},