Skip to content

Commit

Permalink
[ Functional Tests ] TVSB charts flaky tests on index pattern switch …
Browse files Browse the repository at this point in the history
…fix (elastic#74110)

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
dej611 and elasticmachine committed Aug 4, 2020
1 parent 35f982e commit a307324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/_tsvb_chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const fromTime = 'Oct 22, 2018 @ 00:00:00.000';
const toTime = 'Oct 28, 2018 @ 23:59:59.999';
// Sometimes popovers take some time to appear in Firefox (#71979)
await retry.try(async () => {
await retry.tryForTime(20000, async () => {
await PageObjects.timePicker.setAbsoluteRange(fromTime, toTime);
await PageObjects.visualBuilder.setIndexPatternValue('kibana_sample_data_flights');
await PageObjects.visualBuilder.selectIndexPatternTimeField('timestamp');
Expand Down

0 comments on commit a307324

Please sign in to comment.