Update integration tests for newui gas estimation fixes.

feature/default_network_editable
Dan 7 years ago
parent ac7c0277b5
commit 0c8318b02a
  1. 4
      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'
)

Loading…
Cancel
Save