Skip to content

Commit

Permalink
Fix dashboard filtering test
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed May 10, 2022
1 parent 3489d53 commit b2a397a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await queryBar.submitQuery();
await PageObjects.dashboard.waitForRenderComplete();

await pieChart.expectSliceCountForAllPies(5);
await pieChart.expectPieSliceCount(5);
});
});
});
Expand Down

0 comments on commit b2a397a

Please sign in to comment.