Skip to content

Commit

Permalink
refresh once to make sure everything is fetched (#58225)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Feb 26, 2020
1 parent dfcd4d1 commit 08e27d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/functional/apps/dashboard/dashboard_filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ export default function({ getService, getPageObjects }) {
await filterBar.addFilter('bytes', 'is', '12345678');
await PageObjects.header.waitUntilLoadingHasFinished();
await PageObjects.dashboard.waitForRenderComplete();
// first round of requests sometimes times out, refresh all visualizations to fetch again
await queryBar.clickQuerySubmitButton();
await PageObjects.header.waitUntilLoadingHasFinished();
await PageObjects.dashboard.waitForRenderComplete();
});

it('filters on pie charts', async () => {
Expand Down

0 comments on commit 08e27d0

Please sign in to comment.