Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Apr 15, 2024
1 parent 8c517f4 commit 1d18df2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/logs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ test.describe.configure({ mode: "serial" })
let publicLogUrl: string

test("make a log public", async ({ page, context }) => {
await context.grantPermissions(["clipboard-read", "clipboard-write"])

await page.goto("/logs")

await page.waitForLoadState("networkidle")
Expand Down

0 comments on commit 1d18df2

Please sign in to comment.