Skip to content

Commit 0885fae

Browse files
committed
fix: handle MetaMask Custom tab for network switching
1 parent f97598a commit 0885fae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e/specs/wallets/config/wallet-ens-config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ export async function connectWalletToEns(page: Page, context: BrowserContext): P
4444
attempts += 1
4545
}
4646

47-
// if (!mmPage) {
48-
// throw new Error('❌ MetaMask popup not found')
49-
// }
47+
if (!mmPage) {
48+
throw new Error('❌ MetaMask popup not found')
49+
}
5050

5151
await mmPage.bringToFront()
5252

0 commit comments

Comments
 (0)