# 1. npm test passed successfully, which includes unit tests for the newly created formatSavedBalance functions relating to edge cases
# 2. Correctly displaying a small XEC balance for saved wallets
# 3. Correctly displaying 0 XEC balance for saved wallets
# 4. Correctly displaying a small XEC balance for saved wallets
# 5. Correctly displaying N/A balance for a newly imported saved wallet (this will test undefined or null inputs from 'sw.state.balances' and 'sw.state.balances.totalBalance')
# 6. Correctly displaying 0 balance when viewing a recently imported saved wallet a second time in the Saved Wallets list
# 6. Correctly displaying a large XEC balance for saved wallets
# 7. Correctly displaying a wallet with 24 characters where it's initially shortened elipsis style and hovering will display the full value
# 8. Repeat steps 2-6 for browser extension mode
# 9. Test cross browser compatibility in Firefox in standard web mode
# 10. Cosmetic check by manually reducing browser width and ensure UI components are positioned accordingly