# npm test passed successfully, which includes unit tests for the newly created formatSavedBalance functions relating to edge cases
# Correctly displaying a small XEC balance for saved wallets
# Correctly displaying 0 XEC balance for saved wallets
# Correctly displaying a large XEC balance for saved wallets
# 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')
# Correctly displaying 0 balance when viewing a recently imported saved wallet a second time in the Saved Wallets list
# Correctly displaying a wallet with 24 characters where it's initially shortened ellipsis style and hovering over it will display the full value
# Repeat steps 2-6 for browser extension mode
# Test cross browser compatibility in Firefox in standard web mode
# Cosmetic check by manually reducing browser width and ensure UI components are positioned accordingly