Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
fix Connect_Wallet selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Velenir committed Nov 23, 2020
1 parent 680cf28 commit 7f3e3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/integration/connect_wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('Connect Wallet', () => {
await page.goto(baseURL)

// WHEN: connected a Wallet
await page.click('"Connect Wallet"')
await page.click('text=/Connect Wallet/')
await page.click('"Web3"')

// WHEN: Wallet popup is open
Expand Down

0 comments on commit 7f3e3f5

Please sign in to comment.