diff options
author | Thomas <thomas.b.huang@gmail.com> | 2018-06-19 03:37:01 +0800 |
---|---|---|
committer | Thomas <thomas.b.huang@gmail.com> | 2018-06-19 03:37:01 +0800 |
commit | ea0dcdd3124ec65d3145f0ac7790a6172603d88c (patch) | |
tree | b071efe391d00f40805bb36a5c0f137eca14b8b7 /test/integration/lib | |
parent | ef31eeccb244592aa17dd677e854e106c9bb5848 (diff) | |
parent | d910c35e90d0d725e86b7743538b6c6c429f26f0 (diff) | |
download | tangerine-wallet-browser-ea0dcdd3124ec65d3145f0ac7790a6172603d88c.tar tangerine-wallet-browser-ea0dcdd3124ec65d3145f0ac7790a6172603d88c.tar.gz tangerine-wallet-browser-ea0dcdd3124ec65d3145f0ac7790a6172603d88c.tar.bz2 tangerine-wallet-browser-ea0dcdd3124ec65d3145f0ac7790a6172603d88c.tar.lz tangerine-wallet-browser-ea0dcdd3124ec65d3145f0ac7790a6172603d88c.tar.xz tangerine-wallet-browser-ea0dcdd3124ec65d3145f0ac7790a6172603d88c.tar.zst tangerine-wallet-browser-ea0dcdd3124ec65d3145f0ac7790a6172603d88c.zip |
Merge branch 'develop' into v4.8.0
Diffstat (limited to 'test/integration/lib')
-rw-r--r-- | test/integration/lib/send-new-ui.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/lib/send-new-ui.js b/test/integration/lib/send-new-ui.js index 4d2ea2ea4..72e4a8cb1 100644 --- a/test/integration/lib/send-new-ui.js +++ b/test/integration/lib/send-new-ui.js @@ -117,12 +117,12 @@ async function runSendFlowTest(assert, done) { const sendGasField = await queryAsync($, '.send-v2__gas-fee-display') assert.equal( sendGasField.find('.currency-display__input-wrapper > input').val(), - '0.000198264', + '0.000021', 'send gas field should show estimated gas total' ) assert.equal( sendGasField.find('.currency-display__converted-value')[0].textContent, - '$0.24 USD', + '$0.03 USD', 'send gas field should show estimated gas total converted to USD' ) |