aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ui
Commit message (Collapse)AuthorAgeFilesLines
* 1. correct name display in network dropdown 2. enable 373 derived pathChen Wei2019-07-011-3/+3
|
* Check for unused function arguments (#6583)Whymarrh Whitby2019-05-091-26/+26
| | | | | | | | | | * eslint: Check for unused function arguments * eslint: Ignore unused '_' in argument list Also allow any number of '_' e.g., '__' or '___' which is to be used sparingly * Remove and rename unused arguments
* Remove nock#restore call from actions.spec.jsWhymarrh Whitby2019-05-081-5/+0
| | | | | This call was unmocking all of our HTTP requests, allowing further test cases to hit the network. Calling nock#restore should not be required.
* feature: add Goerli support (#6459)Paul Bouchon2019-04-181-0/+4
|
* Remove NoticeController (#6382)Thomas Huang2019-04-023-104/+2
|
* test - unit - ui - actions - setCompletedOnboarding - fix stub to call callbackkumavis2019-03-291-0/+2
|
* notices - markAllNoticesRead - use async/awaitkumavis2019-03-291-7/+4
|
* Merge branch 'develop' into clearNoticeskumavis2019-03-295-8/+8
|\
| * Folder restructure (#6304)Chi Kei Chan2019-03-225-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
* | Remove exclusive testThomas Huang2019-03-211-1/+1
| |
* | Clear notices when setCompletedOnboarding is calledThomas Huang2019-03-211-0/+24
|/
* Delete old-ui folderWhymarrh Whitby2019-02-211-43/+0
|
* Remove betaUI preference state, replace with completedUiMigrationWhymarrh Whitby2019-02-051-5/+3
|
* Add visual indicator when displaying a cached balance (#5854)Dan J Miller2019-01-301-0/+1
|
* Refactor first time flow, remove seed phrase from state (#5994)Alexander Tseung2019-01-231-3/+3
| | | | | | | | | | | | | | | | | | | | * Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding
* Adds network loading retry / error screen.Dan Miller2018-12-131-2/+2
|
* Fix rounding issue when sending max tokens (#5695)Alexander Tseung2018-11-201-1/+1
| | | | | | | | | | * Fix rounding issue when sending max tokens * Ensure amount row shows exact amount of max tokens on send screen (#2) * Fix tests * Change stored redux value from BigNumber to hex string. Fix TokenInput default value
* ESLint fixes (#5775)Whymarrh Whitby2018-11-171-1/+1
| | | | | | * eslint . --fix * Upgrade all ESLint warnings to errors
* Remove .onlyThomas2018-10-311-1/+1
|
* Readable tests, and set nextUnreadNotice to null when CLEAR_NOTICES is ↵Thomas2018-10-311-23/+95
| | | | dispatched
* Merge branch 'develop' into reducersThomas2018-10-312-36/+1468
|\
| * Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-261-1/+1
| |
| * Fix blockies icons overriding contract map icons. Refactor Identicon ↵Alexander Tseung2018-10-251-36/+0
| | | | | | | | component (#5599)
| * test - add actions unit tests (#5369)Thomas Huang2018-10-101-0/+1468
| | | | | | | | | | | | | | | | * Actions.spec.js * Error handling tests * Lint
* | Isolate variables to individual testsThomas2018-10-311-53/+64
| |
* | ReducersThomas2018-10-102-0/+1491
|/
* Some Ui teststmashuang2018-09-255-1/+307
|
* Point add-token unit test to old-ui component.Dan2018-02-081-1/+1
|
* Clean up test, remove react & mountWithStoreThomas2018-01-311-3/+2
|
* Set address to default with empty string, add test validation.Thomas2018-01-311-0/+44