Skip to content

Commit

Permalink
trial to fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Dec 22, 2022
1 parent f97c608 commit 7bd530e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e-tests/tests/initialLaunch.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ describe('initial launch', () => {

// click the connection item to establish the connection
await $item.click()
await new Promise((resolve) => setTimeout(resolve, 1000))

// we will see the MetaMask popup now, need to approve adding the network and then again switching to it
await wallet.confirm('Allow this site to add a network?', 'Approve')
Expand Down

0 comments on commit 7bd530e

Please sign in to comment.