Skip to content

Commit

Permalink
fix: transfer test can send token
Browse files Browse the repository at this point in the history
  • Loading branch information
PetromirDev committed Aug 8, 2024
1 parent f05f898 commit a593432
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Wallet/Transfer/Transfer.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ test('can send token', async () => {
/>
)

await user.click(screen.getByText('Select an asset'))
await user.click(screen.getByText('MATIC'))

const maxButton = screen.getByText('MAX')
await user.click(maxButton)

Expand Down

0 comments on commit a593432

Please sign in to comment.