Skip to content

Commit

Permalink
Add console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 6, 2023
1 parent 58f1ee2 commit 79615c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wallets/metamask/test/e2e/metamask.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ describe('MetaMask', () => {

await page.goto('https://metamask.github.io/test-dapp/')

console.log('[TEST] Clicking connect button')
await page.locator('#connectButton').click()

console.log('[TEST] Approving connection')
await connectWalletToDapp(context, extensionId)

await expect(page.locator('#accounts')).toHaveText('0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266')
Expand Down

0 comments on commit 79615c4

Please sign in to comment.