aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/lib
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-05-31 22:38:11 +0800
committerDan <danjm.com@gmail.com>2018-06-01 00:17:09 +0800
commit704ba54bef4d7b29b265ce0d3a6b2e4b2c7a36eb (patch)
tree53ca4ed5d108f4d1026fb3a0a9f1d6527bdd563d /test/integration/lib
parent67c74cd5b6dba059f954be6867a20e1f97197f7d (diff)
downloadtangerine-wallet-browser-704ba54bef4d7b29b265ce0d3a6b2e4b2c7a36eb.tar
tangerine-wallet-browser-704ba54bef4d7b29b265ce0d3a6b2e4b2c7a36eb.tar.gz
tangerine-wallet-browser-704ba54bef4d7b29b265ce0d3a6b2e4b2c7a36eb.tar.bz2
tangerine-wallet-browser-704ba54bef4d7b29b265ce0d3a6b2e4b2c7a36eb.tar.lz
tangerine-wallet-browser-704ba54bef4d7b29b265ce0d3a6b2e4b2c7a36eb.tar.xz
tangerine-wallet-browser-704ba54bef4d7b29b265ce0d3a6b2e4b2c7a36eb.tar.zst
tangerine-wallet-browser-704ba54bef4d7b29b265ce0d3a6b2e4b2c7a36eb.zip
Fix send-new-ui gas fee display expectation.
Diffstat (limited to 'test/integration/lib')
-rw-r--r--test/integration/lib/send-new-ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/lib/send-new-ui.js b/test/integration/lib/send-new-ui.js
index 0a9495595..6db60ca31 100644
--- a/test/integration/lib/send-new-ui.js
+++ b/test/integration/lib/send-new-ui.js
@@ -127,7 +127,7 @@ async function runSendFlowTest(assert, done) {
)
await customizeGas(assert, 0, 21000, '0', '$0.00 USD')
- await customizeGas(assert, 500, 60000, '0.003', '$3.60 USD')
+ await customizeGas(assert, 500, 60000, '0.03', '$36.03 USD')
const sendButton = await queryAsync($, 'button.btn-primary--lg.page-container__footer-button')
assert.equal(sendButton[0].textContent, 'Next', 'next button rendered')