Skip to content

Commit

Permalink
Update dApp connection banner assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
michalinacienciala committed Jul 31, 2023
1 parent 5ad6ca6 commit 833cbf4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions e2e-tests/utils/walletPageHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ export default class WalletPageHelper {
.last()
.click({ trial: true })

// There's no `connection_button` in the current code from `main`. TODO:
// verify if we'll need this or not.
// await this.popup.locator(".connection_button").last().click({ trial: true })
await expect(this.popup.getByText("Connect to website using:")).toHaveCount(
1
)
await this.popup.locator(".bulb").last().click({ trial: true })

await expect(
this.popup.getByTestId("top_menu_profile_button").last()
Expand Down

0 comments on commit 833cbf4

Please sign in to comment.