Fix send-new-ui gas fee display expectation.

This commit is contained in:
Dan 2018-05-31 12:08:11 -02:30
parent 67c74cd5b6
commit 704ba54bef
1 changed files with 1 additions and 1 deletions

View File

@ -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')