Skip to content

Commit

Permalink
--disable-popup-blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 6, 2023
1 parent 9f86ca2 commit 08a7b7c
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 @@ -23,7 +23,8 @@ const test = base.extend({
// biome-ignore format: the array should not be formatted
const browserArgs = [
`--disable-extensions-except=${metamaskPath}`,
`--load-extension=${metamaskPath}`
`--load-extension=${metamaskPath}`,
`--disable-popup-blocking`
]

if (process.env.HEADLESS) {
Expand Down

0 comments on commit 08a7b7c

Please sign in to comment.