glifio / wallet

Glif Wallet
https://wallet.glif.io
80 stars 32 forks source link

Update Send.test.tsx #1031

Closed navFooh closed 2 years ago

navFooh commented 2 years ago

Found an error in a test.

This: const txFee = getByRole(result.container, 'spinbutton')

Was just getting the "Amount" input field again. The TX fee input field is actually not shown anymore until we enable Expert Mode.