Skip to content

Commit

Permalink
-wait for query to finish after removing filters
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 2, 2017
1 parent e970130 commit 60c2e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/page_objects/discover_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

Expand Down

0 comments on commit 60c2e6b

Please sign in to comment.