Skip to content

Commit

Permalink
[TSVB] Try to stabilize the test (elastic#169254)
Browse files Browse the repository at this point in the history
## Summary

Hopefully stabilizes this flakiness

Closes elastic#167728

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

(cherry picked from commit 1fcdd34)
  • Loading branch information
stratoula committed Oct 19, 2023
1 parent 5693154 commit 339c2bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/page_objects/visual_builder_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ export class VisualBuilderPageObject extends FtrService {
const fieldEl = await this.getFieldForAggregation(aggNth);

await this.comboBox.setElement(fieldEl, field);
await this.header.waitUntilLoadingHasFinished();
}

public async setFieldForAggregateBy(field: string): Promise<void> {
Expand Down

0 comments on commit 339c2bb

Please sign in to comment.