diff --git a/packages/e2e-assets/playwright.config.ts b/packages/e2e-assets/playwright.config.ts index b9a25c2cb..b9228aa47 100644 --- a/packages/e2e-assets/playwright.config.ts +++ b/packages/e2e-assets/playwright.config.ts @@ -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, },