Update integration tests for newui gas estimation fixes.

This commit is contained in:
Dan 2018-06-18 15:20:16 -02:30
parent ac7c0277b5
commit 0c8318b02a
1 changed files with 2 additions and 2 deletions

View File

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