Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Mar 6, 2025
1 parent dbdf80b commit 5ba0578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/click-everything.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ test('Click through instance page', async ({ page }) => {
'role=cell[name="disk-2"]',
// buttons disabled while instance is running
'role=button[name="Create disk"][disabled]',
'role=button[name="Attach existing disk"][disabled]',
// TODO: assert minitable contents
])
await expectNotVisible(page, ['role=cell[name="disk-3"]'])
Expand Down

0 comments on commit 5ba0578

Please sign in to comment.