Skip to content

Commit b402715

Browse files
committed
fix: test
1 parent c95e558 commit b402715

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

playwright.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ const config: PlaywrightTestConfig = {
4242
},
4343
{
4444
name: 'safari',
45-
use: {...devices['Desktop Safari']},
45+
use: {
46+
...devices['Desktop Safari'],
47+
contextOptions: {permissions: ['clipboard-read', 'clipboard-write']},
48+
},
4649
},
4750
],
4851
};

0 commit comments

Comments
 (0)