Skip to content

Commit

Permalink
--disable-gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 6, 2023
1 parent 1656a1c commit d98aaa1
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 @@ -24,7 +24,8 @@ const test = base.extend({
const browserArgs = [
`--disable-extensions-except=${metamaskPath}`,
`--load-extension=${metamaskPath}`,
`--disable-popup-blocking`
`--disable-popup-blocking`,
'--disable-gpu'
]

if (process.env.HEADLESS) {
Expand Down

0 comments on commit d98aaa1

Please sign in to comment.