diff --git a/x-pack/test/functional/apps/lens/group3/open_in_lens/agg_based/metric.ts b/x-pack/test/functional/apps/lens/group3/open_in_lens/agg_based/metric.ts index 666d4380a8326..eef46d2c0cdb7 100644 --- a/x-pack/test/functional/apps/lens/group3/open_in_lens/agg_based/metric.ts +++ b/x-pack/test/functional/apps/lens/group3/open_in_lens/agg_based/metric.ts @@ -79,6 +79,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { value: '13.1B', color: 'rgba(245, 247, 250, 1)', showingBar: false, + showingTrendline: false, }, ]); }); @@ -107,6 +108,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { value: '1.44K', color: 'rgba(245, 247, 250, 1)', showingBar: false, + showingTrendline: false, }, ]); }); @@ -160,6 +162,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { value: '13.23B', color: 'rgba(245, 247, 250, 1)', showingBar: false, + showingTrendline: false, }, { title: 'win 7', @@ -168,6 +171,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { value: '13.19B', color: 'rgba(245, 247, 250, 1)', showingBar: false, + showingTrendline: false, }, { title: 'win xp', @@ -176,6 +180,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { value: '13.07B', color: 'rgba(245, 247, 250, 1)', showingBar: false, + showingTrendline: false, }, { title: 'win 8', @@ -184,6 +189,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { value: '13.03B', color: 'rgba(245, 247, 250, 1)', showingBar: false, + showingTrendline: false, }, { title: 'ios', @@ -192,6 +198,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { value: '13.01B', color: 'rgba(245, 247, 250, 1)', showingBar: false, + showingTrendline: false, }, { title: undefined, @@ -200,6 +207,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { value: undefined, color: 'rgba(0, 0, 0, 0)', showingBar: false, + showingTrendline: false, }, ]);