Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 22, 2023
1 parent 6bec0a5 commit b036027
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions wallets/metamask/test/e2e/metamask.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ const test = base.extend<{
throw new Error('[FIXTURE] MetaMask extension did not load in time')
}

context.on("close", () => {
console.log("context closed")
})

const mmPage = context.pages()[1] as Page
mmPage.on("close", () => {
console.log("meta mask page closed")
})

sharedContext = context
await use(context)
},
Expand Down

0 comments on commit b036027

Please sign in to comment.