mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[TSVB] Fix flaky test (#154519)
## Summary Closes https://github.com/elastic/kibana/issues/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
This commit is contained in:
parent
2750b0e843
commit
b3b4441111
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue