Dan Miller
76f9bdec63
Add integration test for ordering of shapeshift txs in history list.
2019-01-24 19:31:30 -03:30
Alexander Tseung
7d18a47c22
Fix integration tests
2019-01-24 19:31:30 -03:30
Alexander Tseung
30a2be85ee
Prevent users from changing the From field in the send screen ( #5922 )
...
* Prevent users from changing the From field in the send screen
* Fix integration tests
2018-12-13 18:19:36 -08:00
Dan J Miller
1fbdce8916
Improve ux for low gas price set ( #5862 )
...
* Show user warning if they set gas price below safelow minimum, error if 0.
* Properly cache basic price estimate data.
* Default retry price to recommended price if original price was 0x0
* Use mock fetch in send-new-ui integration tests.
2018-12-10 13:51:00 -08:00
Alexander Tseung
d8ab9cc002
Group transactions by nonce ( #5886 )
2018-12-09 12:48:06 -08:00
Dan Miller
8c8359ca14
Remove gas customization integration tests (in favour of e2e tests)
2018-12-04 00:06:22 -03:30
Whymarrh Whitby
e68008edf4
Remove first-time and navigate-txs integration tests
2018-11-20 14:04:50 -03:30
PaddyMc
7ce2cf4572
Fixes #3425 : Better support for batch transactions ( #5437 )
2018-11-13 13:49:12 -03:30
bitpshr
01ff0bd3c0
Increase timeout in Mascara test
2018-11-05 15:07:09 -08:00
Alexander Tseung
614995c0e9
Fix account display width for large currency values
2018-10-21 22:01:20 +08:00
Whymarrh Whitby
97b914abea
Delete add-token integration test
2018-10-17 15:37:40 -02:30
Alexander Tseung
badebe017f
Adds toggle for primary currency ( #5421 )
...
* Add UnitInput component
* Add CurrencyInput component
* Add UserPreferencedCurrencyInput component
* Add UserPreferencedCurrencyDisplay component
* Add updatePreferences action
* Add styles for CurrencyInput, CurrencyDisplay, and UnitInput
* Update SettingsTab page with Primary Currency toggle
* Refactor currency displays and inputs to use UserPreferenced displays and inputs
* Add TokenInput component
* Add UserPreferencedTokenInput component
* Use TokenInput in the send screen
* Fix unit tests
* Fix e2e and integration tests
* Remove send/CurrencyDisplay component
* Replace diamond unicode character with Eth logo. Fix typos
2018-10-17 07:03:29 +08:00
bakaoh
63c61c52eb
Make all addresses EIP-55 compliant ( #5379 )
...
* Make all addresses EIP-55 compliant
* Checksum autocompleted address but not during input
2018-10-10 10:50:37 -02:30
Alexander Tseung
0527d02216
Reverse pending transactions order
2018-10-04 21:37:41 -07:00
Alexander Tseung
77e8eac4b3
Fix integration tests
2018-09-19 14:31:10 -07:00
Alexander Tseung
c18c0e1c30
Fix tests. Add className to Identicon ethLogos.
2018-09-12 19:48:52 -07:00
Dan Miller
952edf695c
Revert changes to tx-list-items.json, and to mock getTransactionCount method in tx-list-items integration test.
2018-08-27 17:07:01 -02:30
Alexander Tseung
c0e97d1739
Fix tests
2018-08-23 19:19:48 -07:00
Alexander Tseung
62e2d5e01c
Fix integration tests
2018-08-23 16:45:28 -07:00
Alexander Tseung
a430eed2d8
Fix integration tests
2018-08-23 16:45:27 -07:00
Alexander Tseung
9adf0c4b60
Fix integration tests
2018-08-23 16:45:27 -07:00
Alexander Tseung
7294aede4f
Add new variant for SenderToRecipient component
2018-08-22 10:53:20 -07:00
Dan Miller
e98c3b4c01
Get nonce for showing retry button using ethQuery transaction count.
2018-08-08 17:04:42 -02:30
Dan Miller
915c4fd1b1
Fix integration tests to accomodate new ui suggestion screen changes.
2018-07-28 11:59:51 -02:30
Alexander Tseung
4737ea49c7
Increase clickable area and padding of Retry Transaction bar
2018-07-16 21:45:24 -07:00
Dan
e91d87efd9
Fix bug in test mock signature request methods.
2018-07-11 13:37:26 -02:30
Dan
91eca558f0
Fix send integration tests for compatability with confirm refactor.
2018-07-11 08:35:15 -02:30
Dan
a7a66171c2
Fix signature request tests for compatability with confirm refactor.
2018-07-11 08:35:15 -02:30
Dan J Miller
46cda26f3b
Merge pull request #4685 from MetaMask/estimate-gasprice-background-newui
...
Use background gas price estimation method in new ui.
2018-07-05 08:01:03 -02:30
Dan
c47a4ce2c9
Update new-ui-send integration tests to always explicitly set gas price. (e2e tests handle auto-setting and defaults)
2018-07-04 16:44:56 -02:30
brunobar79
04743afb2d
fix warnings for integration tests
2018-07-02 19:52:49 -04:00
brunobar79
a8f745f9fe
eslint --fix .
2018-07-02 18:49:33 -04:00
Dan
0c8318b02a
Update integration tests for newui gas estimation fixes.
2018-06-18 15:20:16 -02:30
Dan
701611e317
Merge branch 'i3725-refactor-send-component-' into i3914-fix-newui-send-gas-estimation
2018-05-31 15:39:24 -02:30
Dan
d12bb8c14f
Merge branch 'i3725-refactor-send-component-' of github.com:MetaMask/metamask-extension into i3725-refactor-send-component-
2018-05-31 15:29:17 -02:30
Alexander Tseung
cc73d869fe
Add new alert modals
2018-05-31 10:37:52 -07:00
Dan
3745c1ea4f
Fix send amount field select in send-new-ui integration test.
2018-05-31 14:53:38 -02:30
Dan
704ba54bef
Fix send-new-ui gas fee display expectation.
2018-05-31 13:47:09 -02:30
Dan
67c74cd5b6
Fix currency display send integration tests.
2018-05-31 12:07:23 -02:30
Dan
3d597cd1d2
Fix test to account for greater precision currency display.
2018-05-30 20:54:31 -02:30
Alexander Tseung
c4e75a7075
Fix tests
2018-05-20 14:08:45 -07:00
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
Paul Bouchon
1bad3fa257
Allow transactions with 0-gwei gas price ( #4073 )
...
* Allow transactions with 0-gwei gas price
* Add tests to verify tx with 0 gas fee
* Conditionally use CurrencyInput in CurrencyDisplay
2018-04-27 10:42:02 -04:00
Dan Finlay
40f0a40edf
Merge pull request #3998 from MetaMask/i3988-checksummed-address
...
Show checksum addresses on UI
2018-04-18 11:43:38 -07:00
bitpshr
cce123c30e
Show checksummed addresses throughout the UI
2018-04-18 09:47:05 -04:00
Dan
285265ce8a
Add basic currency localization test.
2018-04-09 21:31:27 -02:30
Dan
4e6c0574dd
Fix integration tests so that they check for localize currency.
2018-04-09 19:22:07 -02:30
Alexander Tseung
1e6f062bb6
Fix integration tests
2018-04-06 11:25:05 -07:00
Alexander Tseung
82af778e62
Revert "commit"
...
This reverts commit fa8500e09a
.
2018-04-05 10:11:09 -07:00