Skip to content

Commit

Permalink
[Dashboard] [Controls] Backport flaky test fix (#148662)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Jan 10, 2023
1 parent eb02840 commit fd942d8
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -444,6 +444,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await dashboardControls.optionsListOpenPopover(controlId);
await dashboardControls.optionsListPopoverSelectOption('B');
await dashboardControls.optionsListEnsurePopoverIsClosed(controlId);
await dashboard.waitForRenderComplete();

expect(await pieChart.getPieChartLabels()).to.eql(['bark', 'bow ow ow']);
});

Expand Down

0 comments on commit fd942d8

Please sign in to comment.