fix(e2e): clipboard read permission for Chromium
This commit is contained in:
parent
4fbdd1fc8c
commit
281469ebd1
2 changed files with 7 additions and 5 deletions
|
@ -65,6 +65,7 @@ export default {
|
|||
/* Project-specific settings. */
|
||||
use: {
|
||||
...devices['Desktop Chrome'],
|
||||
permissions: ['clipboard-read', 'clipboard-write'],
|
||||
},
|
||||
},
|
||||
|
||||
|
@ -87,6 +88,7 @@ export default {
|
|||
name: 'Mobile Chrome',
|
||||
use: {
|
||||
...devices['Pixel 5'],
|
||||
permissions: ['clipboard-read', 'clipboard-write'],
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue