mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Add getSpinnerDone after clicking a new page in index pattern field list
This commit is contained in:
parent
55bd8c02e5
commit
cfe85639fc
1 changed files with 3 additions and 0 deletions
|
@ -244,6 +244,9 @@ export default (function () {
|
|||
)
|
||||
.then(function (page) {
|
||||
return page.click();
|
||||
})
|
||||
.then(function () {
|
||||
return headerPage.getSpinnerDone();
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue