Skip to content

Commit

Permalink
minor: remove stub e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Dec 13, 2024
1 parent 9e1d53c commit bc3161a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/e2e/instance.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,3 @@ test('instance table', async ({ page }) => {
state: expect.stringMatching(/^starting\d+s$/),
})
})

test("polling doesn't close row actions menu", async ({ page }) => {
await page.goto('/projects/mock-project/instances/db1')
})

0 comments on commit bc3161a

Please sign in to comment.