Commit Graph

837 Commits

Author SHA1 Message Date
frankiebee 61caee9d94 Merge branch 'network-remove-provider-engine' of https://github.com/MetaMask/metamask-extension into transactions-use-new-block-tracker 2018-05-22 16:45:20 -07:00
frankiebee c4b09da34e transactions - update pending-tx-tracker to use the new block tracker 2018-05-22 16:42:06 -07:00
frankiebee 60bc28bf3c test pending-tx-tracker - update tests to reflect new block tracker behavior and remove tx:confirmed event tests 2018-05-22 16:37:43 -07:00
kumavis 3a80f3dd83 Merge branch 'develop' of github.com:MetaMask/metamask-extension into network-remove-provider-engine 2018-05-22 13:20:04 -07:00
kumavis cee55b47d0
Merge pull request #4321 from MetaMask/testing
MM controller tests and reorganizing test files
2018-05-22 13:02:41 -07:00
Thomas Huang 492b4a6743
Merge pull request #4333 from MetaMask/test-e2e-check-for-errors
test - e2e - check for console errors after each test
2018-05-22 12:59:55 -07:00
kumavis b5bbfd3264
Merge pull request #4308 from MetaMask/i4232-addtoken
Update designs for Add Token screen
2018-05-22 12:53:59 -07:00
kumavis 1fbf59cdd3 ci - screens - continue screenshots through account creation + export account 2018-05-22 01:56:52 -07:00
kumavis 83782421bb test - e2e - only inspect console for errors in chrome 2018-05-21 20:17:46 -07:00
kumavis a3ca64d321 test - e2e - ignore 'development build of Redux' warning 2018-05-21 19:59:21 -07:00
kumavis 4856c0803f test - e2e - ignore 'development build of React' warning 2018-05-21 19:57:13 -07:00
kumavis 81ff04ec27 test - e2e - ignore favicon 404s 2018-05-21 18:00:22 -07:00
kumavis db08d8d43e test - e2e - ignore react 'unknown props dataset' warnings 2018-05-21 17:15:05 -07:00
tmashuang 238f2eb179 Merge branch 'develop' into testing 2018-05-21 16:36:48 -07:00
kumavis 9c6e2ec8ef test - e2e - check for console errors after each test 2018-05-21 16:26:38 -07:00
Frankie e8b2e11c56 Reveal get filtered tx list (#4332)
* add getFilteredTxList from txController to getApi

* transactions - remove dead code (isNonceTaken)
2018-05-21 16:00:44 -07:00
tmashuang 58b9afff4f Merge branch 'develop' into testing 2018-05-21 14:57:57 -07:00
kumavis 08d95bbafa
Merge pull request #4034 from whymarrh/account-nicknames
Move account names out of KeyringController
2018-05-21 13:44:07 -07:00
tmashuang 554a10f17e Merge branch 'develop' into testing 2018-05-21 13:05:24 -07:00
kumavis b426b5e58c
Merge pull request #4278 from MetaMask/e2e-tests
E2e tests
2018-05-21 10:53:55 -07:00
tmashuang 13ebb0b455 Moved loose some loose test files to sub folders 2018-05-21 05:59:26 -07:00
Alexander Tseung c4e75a7075 Fix tests 2018-05-20 14:08:45 -07:00
Thomas f279a8e61a signMessage and signPersonalMessage 2018-05-17 16:26:08 -07:00
Whymarrh Whitby 67310e151e Fix migration 026 to produce the correct shape for state.identities 2018-05-17 13:35:38 -02:30
Whymarrh Whitby e546f4b904 Update MetaMaskController vault restoration test for new KC api 2018-05-17 12:57:39 -02:30
Whymarrh Whitby 2d13fac476 Add migration to move identities from KeyringController 2018-05-17 12:57:39 -02:30
Whymarrh Whitby 50af02e74b Add test case for PreferencesController#setAccountLabel 2018-05-17 12:57:39 -02:30
Whymarrh Whitby c54e4c7191 Add PreferencesController#setAddresses to update ids 2018-05-17 12:57:39 -02:30
Whymarrh Whitby cbe4d0d88c Update AddressBookController to read from preferences store 2018-05-17 12:57:39 -02:30
Whymarrh Whitby 924cc1fcf7 Move setAccountLabel into PreferencesController 2018-05-17 12:57:39 -02:30
Thomas 770379c3da Merge branch 'develop' into testing 2018-05-17 00:01:36 -07:00
kumavis eaa5a48c91 test - unit - network - get providerProxy via public method 2018-05-16 23:54:17 -07:00
Thomas 5e80bc4cb9 Merge branch 'develop' into testing 2018-05-16 22:47:07 -07:00
kumavis 088d7930e0 network - create provider and block-tracker via json-rpc-engine 2018-05-16 20:46:34 -07:00
Thomas f2815d3121 Adjustments for previous PR 2018-05-16 19:12:03 -07:00
Thomas 77e13640b4 Testing timeouts 2018-05-16 15:03:53 -07:00
kumavis 44f31f9a7e Merge branch 'develop' of github.com:MetaMask/metamask-extension into scsaba-transaction-history-timestamps 2018-05-16 13:56:32 -07:00
kumavis c27d9162d7 Merge branch 'develop' of github.com:MetaMask/metamask-extension into network-controller-remove-setNetworkEndpoints 2018-05-16 11:57:07 -07:00
Thomas 517be35ab6 Merge branch 'develop' into e2e-tests 2018-05-14 17:19:44 -07:00
Thomas cd42d18203 Merge e2e tests into one 2018-05-14 17:17:36 -07:00
Thomas Huang 6e79225dbf
Merge pull request #4251 from whymarrh/e2e-fixes
Small e2e test adjustments
2018-05-14 10:56:49 -07:00
Whymarrh Whitby 6926e4e9d2 e2e: Use the more reliable enter key for logging in 2018-05-14 14:01:28 -02:30
Whymarrh Whitby dc6f6addb9 e2e: Wait a bit before clicking through privacy screen
The network connection can take a bit so we need to wait for the
spinner to go away.
2018-05-14 13:58:57 -02:30
Whymarrh Whitby 4e91fc8639 e2e: Adjust the extension ID query for newer Chrome versions 2018-05-14 13:57:58 -02:30
Whymarrh Whitby 6afd169e60 e2e: Use newest window as MM tx confirm popup 2018-05-14 13:57:19 -02:30
Alexander Tseung 0bcfbc1544 Add error message when passwords don't match in first time flow. Change input field styling in first time flow 2018-05-13 21:46:12 -07:00
Alexander Tseung 2381c0e0f4 Add new unlock screen design 2018-05-11 12:49:17 -07:00
Thomas d9d528753d Increase timeout 2018-05-10 10:47:48 -07:00
Thomas c37ad657cd Fix typo 2018-05-10 10:32:41 -07:00
Thomas 60933f1090 Job Screens with Shadow Dom Css selector 2018-05-10 10:24:27 -07:00