Skip to content

Commit

Permalink
refactor(e2e-assets): add clipboard permissions to Playwright configu…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
nelitow committed Dec 12, 2024
1 parent 35dbb2e commit 804c479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/e2e-assets/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default defineConfig({
baseURL: `http://localhost:${PORT}/`,
trace: 'on-first-retry',
actionTimeout: 5000,
permissions: ['clipboard-read', 'clipboard-write'],
screenshot: 'only-on-failure',
headless: false,
},
Expand Down

0 comments on commit 804c479

Please sign in to comment.