Skip to content

Commit

Permalink
fix wrong assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Jan 17, 2025
1 parent 1de54cf commit 3eecc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployables/app/e2e/accountHandling/lockedAccount.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test.describe('Locked account', () => {
await page.getByRole('button', { name: 'Disconnect' }).click()

await expect(
page.getByRole('button', { name: 'Connect with MetaMask' }),
page.getByRole('button', { name: 'Connect wallet' }),
).toBeInViewport()
})
})

0 comments on commit 3eecc41

Please sign in to comment.