Fix integration tests

feature/default_network_editable
Alexander Tseung 6 years ago
parent 3fbf82c2cf
commit 62e2d5e01c
  1. 2
      test/integration/lib/currency-localization.js

@ -25,5 +25,5 @@ async function runCurrencyLocalizationTest (assert, done) {
const txView = await queryAsync($, '.token-view') const txView = await queryAsync($, '.token-view')
const heroBalance = await findAsync($(txView), '.token-view-balance__balance') const heroBalance = await findAsync($(txView), '.token-view-balance__balance')
const fiatAmount = await findAsync($(heroBalance), '.token-view-balance__secondary-balance') const fiatAmount = await findAsync($(heroBalance), '.token-view-balance__secondary-balance')
assert.equal(fiatAmount[0].textContent, '₱102,707.97') assert.equal(fiatAmount[0].textContent, '₱102,707.97 PHP')
} }

Loading…
Cancel
Save