Skip to content

Commit

Permalink
wait for loading before asserting filters
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Aug 19, 2022
1 parent 2b15e2a commit 4971395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/apps/visualize/group5/_tsvb_time_series.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});

await testSubjects.click('applyFiltersPopoverButton');
await dashboard.waitForRenderComplete();
};

const cleanup = async () => {
Expand Down

0 comments on commit 4971395

Please sign in to comment.