diff --git a/test/functional/page_objects/discover_page.js b/test/functional/page_objects/discover_page.js index 458dd20d2cfb109..27e38d034c036ca 100644 --- a/test/functional/page_objects/discover_page.js +++ b/test/functional/page_objects/discover_page.js @@ -314,6 +314,7 @@ export async function DiscoverPageProvider({ getService, getPageObjects }) { async removeAllFilters() { await testSubjects.find('showFilterActions').click(); await testSubjects.find('removeAllFilters').click(); + await PageObjects.header.isGlobalLoadingIndicatorHidden(); } }