From 722001dfdc12a9f25463dd04500899718169b368 Mon Sep 17 00:00:00 2001 From: dej611 Date: Fri, 9 Jun 2023 18:29:57 +0200 Subject: [PATCH] :white_check_mark: Fix precision --- x-pack/test/functional/apps/infra/hosts_view.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/test/functional/apps/infra/hosts_view.ts b/x-pack/test/functional/apps/infra/hosts_view.ts index b6385182ed9dc8..336eb921dc62c9 100644 --- a/x-pack/test/functional/apps/infra/hosts_view.ts +++ b/x-pack/test/functional/apps/infra/hosts_view.ts @@ -540,8 +540,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { await Promise.all( [ { metric: 'hostsCount', value: '3' }, - { metric: 'cpu', value: '0.8%' }, - { metric: 'memory', value: '16.25%' }, + { metric: 'cpu', value: '1%' }, + { metric: 'memory', value: '17%' }, { metric: 'tx', value: 'N/A' }, { metric: 'rx', value: 'N/A' }, ].map(async ({ metric, value }) => {