From 326bec68ebccc2548d810d2db15f62bc4cbb29a4 Mon Sep 17 00:00:00 2001 From: Carlos Crespo Date: Tue, 19 Sep 2023 14:09:35 +0200 Subject: [PATCH] Fix test description --- x-pack/test/functional/apps/infra/node_details.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/infra/node_details.ts b/x-pack/test/functional/apps/infra/node_details.ts index 0279d50c28737..89a4ec813cca3 100644 --- a/x-pack/test/functional/apps/infra/node_details.ts +++ b/x-pack/test/functional/apps/infra/node_details.ts @@ -427,7 +427,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { expect(hosts.length).to.equal(12); }); - it('should render 3 charts in the Kubernetes Metrics section', async () => { + it('should render 4 charts in the Kubernetes Metrics section', async () => { const hosts = await pageObjects.assetDetails.getAssetDetailsKubernetesMetricsCharts(); expect(hosts.length).to.equal(4); });