status-react/test
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
..
appium java appium tests and jenkins test 2017-04-14 22:17:45 +02:00
clj/status_im/test Onboarding tests: fixed existing and added new 2017-02-08 17:01:14 +02:00
cljs [FIX #1668] Prevent UI keys from propagating to account model. 2017-08-25 13:10:18 +03:00