Skip to content

Commit

Permalink
[7.x] [ Functional Tests ] TVSB charts flaky tests on index pattern s…
Browse files Browse the repository at this point in the history
…witch fix (#74110) (#74242)

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
dej611 and elasticmachine authored Aug 7, 2020
1 parent 1e4edd5 commit ea7eab9
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 @@ -129,7 +129,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 ea7eab9

Please sign in to comment.