`npm test`
SendXec
[] Scan a QR code of an ecash: address and it populates in the field
[] Scan a QR code of an etoken: address and it populates in the field
[x] Enter a valid XEC address and amount, no validation errors (handled by `npm test`)
[x] Invalid XEC address, addr validation error (handled by `npm test`)
[] Valid XEC address with valid amount. Amount is entered in amount field and input is disabled. (automated snapshot does not currently calculate wallet balance, so cannot automate)
[] Valid XEC address with invalid amount param. Validation error appears below amount field. Amount field is disabled.
SendToken screen
[] Enter a valid XEC address and amount, no validation errors
[] Invalid XEC address, addr validation error
[] Valid eToken address, no validation errors
[] Valid XEC address with valid query string. Error msg that query strings are not supported for SendToken.
[] Valid XEC address with invalid query string. Error msg that query strings are not supported for SendToken.
TODO add more test cases, automate what you can