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