Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark committed Oct 9, 2024
1 parent f6219f1 commit 4603aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/utilization.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ test.describe('System utilization', () => {
await expectRowVisible(page.getByRole('table'), {
Silo: 'all-zeros',
CPU: '0',
Memory: '0 B',
Storage: '0 B',
Memory: '0 KiB',
Storage: '0 KiB',
})
})
})
Expand Down

0 comments on commit 4603aa4

Please sign in to comment.