aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/actions
Commit message (Collapse)AuthorAgeFilesLines
* [NewUI] Fixes tests and sends user to NewUI after registering. (#2788)Dan J Miller2017-12-221-2/+1
| | | | | | | | | | * Fixes tests and sends user to NewUI after registering. * Karma config? * Empty commit * Remove unneeded json state mock file.
* Remove dead testsDan Finlay2017-08-171-86/+1
|
* test - actions - tx - fix async testkumavis2017-08-041-5/+4
|
* test - actions - remove commented codekumavis2017-08-041-2/+0
|
* fix testfrankiebee2017-08-041-2/+7
|
* Lint testsThomas Huang2017-05-056-100/+87
|
* Fix tests until new ones to-be-written.Kevin Serrano2017-03-081-17/+0
|
* Refactor of code into separate reducers and actions.Kevin Serrano2017-03-081-10/+2
|
* Modify tests.'Kevin Serrano2017-03-081-15/+19
|
* Fix merge conflicts.Kevin Serrano2017-03-021-8/+4
|\
| * Remove irrelevant testsDan Finlay2017-02-241-8/+4
| |
* | Tested against code to play nice with unit tests.Kevin Serrano2017-02-241-3/+25
|/
* Merge branch 'dev' into messageManagerCleanUpFrankie2017-02-021-2/+2
|\
| * continue rename selectedAccount to selectedAddresskumavis2017-01-311-2/+2
| |
* | Clean up message manger includes:Frankie2017-01-291-3/+3
|/ | | | | | | | | Provider egine bump Remove presence of message manger in keyring controller Change the status wording fom conf to approved make Message manager a class fix messages not being apart of the badge re write message manger to better reflect controller pattern
* change all instances of selectedAddress to selectedAccount.Kevin Serrano2016-11-221-1/+0
|
* Fix testsDan Finlay2016-10-212-64/+4
|
* Intermediary commit.Kevin Serrano2016-10-202-5/+5
|
* Added ability to nickname wallets locallyDan Finlay2016-05-211-0/+36
| | | | The changes are persisted to localstorage, so they cannot be restored on a new computer, but for right now it's a nice organizational feature.
* Streamlined some transition logicDan Finlay2016-05-132-1/+28
| | | | | | | | Fixes #122 Had used multiple actions for some transitions, which would lead to brief intermediary states. Now making a few actions much more explicit about what they route to, so there is less intermediary logic, and we can transition confidently to the correct view.
* Fix testDan Finlay2016-05-111-1/+2
|
* Remove test only statementDan Finlay2016-05-111-1/+1
|
* Fix outdated transitionsDan Finlay2016-04-301-23/+23
| | | | | | | | Fixes #151 - Cancelling or completing a tx now goes back to account detail view. - Restoring a vault now does not select an unloaded account, shows account list. - Account list now never selects an item only uses the cells as buttons.
* Make account detail view the primary viewDan Finlay2016-04-261-1/+1
| | | | | | | | - When unlocking, the first account is now selected by default and displayed as the main view. - There is now a "CHANGE ACCT" button on the detail view to show the accounts list. - Clicking an account from the accounts list now navigates to the detail view and selects that account. - Config/Info screen "back" buttons now fire a new action, `GO_HOME`, which is configured to navigate to the accountDetail view, putting that logic in one place. - When locking and unlocking again, the first account is always displayed, eventually we should persist the selection.
* Unify test suitesDan Finlay2016-04-196-0/+340