Fix integration tests

This commit is contained in:
Alexander Tseung 2018-08-15 20:16:10 -07:00
parent 3fbf82c2cf
commit 62e2d5e01c
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ async function runCurrencyLocalizationTest (assert, done) {
const txView = await queryAsync($, '.token-view')
const heroBalance = await findAsync($(txView), '.token-view-balance__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')
}