Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JIOjosBG committed Aug 7, 2024
1 parent 1c44de5 commit 9641552
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Wallet/Transfer/Transfer.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,11 @@ test('can send token', async () => {
addressBook={addressBook}
selectedAcc={userAddress}
addRequest={addRequest}
/>
)
/>)
const selectAnAsset = screen.getByText('Select an asset')
await user.click(selectAnAsset)
const selectMatic = screen.getByText('MATIC')
await user.click(selectMatic)

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

0 comments on commit 9641552

Please sign in to comment.