From 95af71d199fa656c7996e0c054b97234eddfde89 Mon Sep 17 00:00:00 2001 From: Walter Rafelsberger Date: Mon, 19 Feb 2024 08:59:53 +0100 Subject: [PATCH] [ML] Transforms: Update functional test assertion, reenable tests. (#176920) ## Summary Fixes #151889 Fixes #151811 Fixes #176697 Fixes #176698 Fixes #176865 Updates assertions after ES snapshot promotion and reenables tests. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) (cherry picked from commit 21ca904cfd7eee75202b61c8e7be3e9ad6c2fda4) --- .../transform/creation/index_pattern/creation_index_pattern.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/transform/creation/index_pattern/creation_index_pattern.ts b/x-pack/test/functional/apps/transform/creation/index_pattern/creation_index_pattern.ts index 9e5c1e4f1b081..188e06a66981d 100644 --- a/x-pack/test/functional/apps/transform/creation/index_pattern/creation_index_pattern.ts +++ b/x-pack/test/functional/apps/transform/creation/index_pattern/creation_index_pattern.ts @@ -223,7 +223,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { { chartAvailable: true, id: 'customer_full_name', - legend: 'top 20 of 3321 categories', + legend: 'top 20 of 3327 categories', colorStats: [ { color: '#000000', percentage: 25 }, { color: '#54B399', percentage: 75 },