Skip to content

Commit 654e728

Browse files
committed
fix: tests
1 parent e9714d4 commit 654e728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const config: PlaywrightTestConfig = {
4444
name: 'safari',
4545
use: {
4646
...devices['Desktop Safari'],
47-
contextOptions: {permissions: ['clipboard-read', 'clipboard-write']},
47+
contextOptions: {permissions: ['clipboard-read']},
4848
},
4949
},
5050
],

0 commit comments

Comments
 (0)