status-react/test/cljs/status_im
angusiguess 6fa9040def [FIX #1668] Prevent UI keys from propagating to account model.
The ```:account-update``` event was being passed the key
```update-status?``` which has nothing to do with an account as
represented in the db. This resulted in a spec failure when this
key was detected on an attempt to save changes.

I've sanitized this event by pulling out the three account keys,
```[:name :photo-path :status]```
that are relevant to ```profile``` and ensuring that only they get
passed to ```:account-update```.

Profile updates now work as expected.

Add tests covering profile events

Fix the runner
2017-08-25 13:10:18 +03:00
..
react_native Implement wallet/transactions basic skeleton 2017-08-16 12:09:01 +03:00
test [FIX #1668] Prevent UI keys from propagating to account model. 2017-08-25 13:10:18 +03:00