Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 19, 2022
1 parent 7678a22 commit d6e1057
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/lens/group3/gauge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.lens.configureDimension({
dimension: 'lnsGauge_metricDimensionPanel > lns-dimensionTrigger',
operation: 'count',
isPreviousIncompatible: true,
field: '__records__',
isPreviousIncompatible: false,
keepOpen: true,
});

Expand Down

0 comments on commit d6e1057

Please sign in to comment.