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
  • Loading branch information
stratoula authored Oct 19, 2023
1 parent a92ec33 commit 1fcdd34
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 1fcdd34

Please sign in to comment.