Skip to content

Commit

Permalink
Test update for EmptyCell in place of an empty cell
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark committed Dec 18, 2024
1 parent 311e67d commit 4d90b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/disks.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test('List disks and snapshot', async ({ page }) => {
state: 'attached',
})
await expectRowVisible(table, {
'Attached to': '',
'Attached to': '',
name: 'disk-3',
size: '6 GiB',
state: 'detached',
Expand Down

0 comments on commit 4d90b79

Please sign in to comment.