Skip to content

Commit

Permalink
✅ Fix precision
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Jun 9, 2023
1 parent 50a0ab3 commit 722001d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/functional/apps/infra/hosts_view.ts
Expand Up @@ -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 }) => {
Expand Down

0 comments on commit 722001d

Please sign in to comment.