Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Jul 24, 2024
1 parent f76835b commit 1884681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test("regenerate api keys", async ({ page }) => {
// wait until button re-contain "Regenerate"
await promise

await page.waitForTimeout(100)
await page.waitForTimeout(300)

const secondPrivateKey = await page.getByTestId("private-key").textContent()

Expand Down

0 comments on commit 1884681

Please sign in to comment.