Skip to content

Commit

Permalink
update unrelated test
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark committed Oct 7, 2024
1 parent 721a900 commit b72ae0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/ip-pools.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test('IP pool list', async ({ page }) => {

const table = page.getByRole('table')

await expect(table.getByRole('row')).toHaveCount(5) // header + 4 rows
await expect(table.getByRole('row')).toHaveCount(6) // header + 5 rows

await expectRowVisible(table, { name: 'ip-pool-1', Utilization: '6 / 24' })
await expectRowVisible(table, {
Expand Down

0 comments on commit b72ae0e

Please sign in to comment.