Skip to content

Commit

Permalink
[TSVB] Fix flaky test (#154519)
Browse files Browse the repository at this point in the history
## Summary

Closes #154372

Runner 100 times
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2094

I dont think that this test is super flaky. I just added the waiting
after clicking the seriesOption as I guess it might make it even more
stable
  • Loading branch information
stratoula authored Apr 10, 2023
1 parent 2750b0e commit b3b4441
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await visualBuilder.setStaticValue(10);
await header.waitUntilLoadingHasFinished();
await visualBuilder.clickSeriesOption();
await header.waitUntilLoadingHasFinished();
await visualBuilder.setFieldForAggregateBy('bytes');
await visualBuilder.setFunctionForAggregateFunction('Sum');
await header.waitUntilLoadingHasFinished();
Expand Down

0 comments on commit b3b4441

Please sign in to comment.