Skip to content

Commit

Permalink
removing clipboard permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Nov 22, 2024
1 parent 1b9c41b commit 24e2deb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/e2e-playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ const config: PlaywrightTestConfig = {
{
name: 'chromium',
use: {
...devices['Desktop Chrome'],
contextOptions: {
// chromium-specific permissions
permissions: ['clipboard-read', 'clipboard-write']
}
...devices['Desktop Chrome']
}
},

Expand Down

0 comments on commit 24e2deb

Please sign in to comment.