Skip to content

Commit

Permalink
--no-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 6, 2023
1 parent 987cc14 commit 4fa40ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wallets/metamask/test/e2e/metamask.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ const test = base.extend({
`--load-extension=${metamaskPath}`,
`--disable-popup-blocking`,
'--disable-gpu',
'--use-wayland-explicit-grab'
'--use-wayland-explicit-grab',
'--no-sandbox'
]

if (process.env.HEADLESS) {
Expand Down

0 comments on commit 4fa40ec

Please sign in to comment.