aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/lib/send-new-ui.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix integration testsAlexander Tseung2018-08-241-1/+1
|
* Add new variant for SenderToRecipient componentAlexander Tseung2018-08-231-2/+2
|
* Fix send integration tests for compatability with confirm refactor.Dan2018-07-111-7/+7
|
* Merge pull request #4685 from MetaMask/estimate-gasprice-background-newuiDan J Miller2018-07-051-12/+1
|\ | | | | Use background gas price estimation method in new ui.
| * Update new-ui-send integration tests to always explicitly set gas price. ↵Dan2018-07-051-12/+1
| | | | | | | | (e2e tests handle auto-setting and defaults)
* | fix warnings for integration testsbrunobar792018-07-031-2/+0
| |
* | eslint --fix .brunobar792018-07-031-2/+2
|/
* Update integration tests for newui gas estimation fixes.Dan2018-06-191-2/+2
|
* Merge branch 'i3725-refactor-send-component-' into ↵Dan2018-06-011-6/+6
|\ | | | | | | i3914-fix-newui-send-gas-estimation
| * Merge branch 'i3725-refactor-send-component-' of ↵Dan2018-06-011-3/+3
| |\ | | | | | | | | | github.com:MetaMask/metamask-extension into i3725-refactor-send-component-
| | * Fix send amount field select in send-new-ui integration test.Dan2018-06-011-1/+1
| | |
| | * Fix send-new-ui gas fee display expectation.Dan2018-06-011-1/+1
| | |
| | * Fix currency display send integration tests.Dan2018-05-311-1/+1
| | |
| * | Add new alert modalsAlexander Tseung2018-06-011-3/+3
| | |
| * | Allow transactions with 0-gwei gas price (#4073)Paul Bouchon2018-04-271-26/+33
| | | | | | | | | | | | | | | | | | * Allow transactions with 0-gwei gas price * Add tests to verify tx with 0 gas fee * Conditionally use CurrencyInput in CurrencyDisplay
* | | Fix test to account for greater precision currency display.Dan2018-05-311-1/+1
| |/ |/|
* | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-05-141-26/+33
|/
* Fix integration tests so that they check for localize currency.Dan2018-04-101-4/+4
|
* Fix integration testsAlexander Tseung2018-04-071-10/+20
|
* Revert "commit"Alexander Tseung2018-04-061-2/+0
| | | | This reverts commit fa8500e09ad599837f6ad1b2dfc3530195a03b33.
* commitAlexander Tseung2018-04-061-0/+2
|
* test - remove timeout causing mocha disconnect issueskumavis2018-03-271-1/+0
| | | | | | Revert "test - flat - add extra timeout" This reverts commit 4c2cf15d2ad9cdfee4ce67b795877c7ab60231a7.
* Merge pull request #3721 from alextsg/cb-944Dan Finlay2018-03-271-3/+3
|\ | | | | Update button styles
| * Update button stylesAlexander Tseung2018-03-261-3/+3
| |
* | Use ens-input component in send-v2 to allow sending to ens names.Dan2018-03-261-0/+2
|/
* test - flat - add extra timeout, idk maybekumavis2018-03-221-0/+1
|
* Update confirm transaction screenAlexander Tseung2018-03-211-3/+3
|
* Merge branch 'master' into retry-tx-refractorDan2018-03-201-2/+2
|\
| * Merge pull request #3594 from danjm/i3344-improve-currency-inputThomas Huang2018-03-201-1/+1
| |\ | | | | | | Currency input defaults to empty string
| | * Use customized react-trigger-change in send-new-ui integration tests..Dan2018-03-191-1/+1
| | |
| * | Fix styling on confirm-send-ether and confirm-send-token (#3600)Alexander Tseung2018-03-171-1/+1
| |/
* / Fix tests.Dan2018-03-141-4/+4
|/
* test - add comment about test behavior odditykumavis2018-03-121-3/+1
|
* test - poll for element instead of manual timeoutskumavis2018-03-121-86/+41
|
* Update modal header design on send screen (#3196)Alexander Tseung2018-02-071-12/+8
|
* Functional Integration Tests for send ether flow. (#3119)Dan J Miller2018-01-301-0/+229