Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
crespocarlos committed Sep 19, 2023
1 parent b331b44 commit 326bec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/infra/node_details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 326bec6

Please sign in to comment.