diff options
author | David Yoo <dyoo@uber.com> | 2018-04-03 08:21:30 +0800 |
---|---|---|
committer | David Yoo <dyoo@uber.com> | 2018-04-03 08:21:30 +0800 |
commit | 3d2b32167b72e026a50929ba4007e67b5442b425 (patch) | |
tree | 3722a8e78b6e5e381eccd2e64825b2a3f8c8f5cf /test/integration | |
parent | 0ab227d8a267c63109d671fd34509e7a417b9114 (diff) | |
download | tangerine-wallet-browser-3d2b32167b72e026a50929ba4007e67b5442b425.tar.gz tangerine-wallet-browser-3d2b32167b72e026a50929ba4007e67b5442b425.tar.zst tangerine-wallet-browser-3d2b32167b72e026a50929ba4007e67b5442b425.zip |
Fix tests
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/lib/add-token.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/lib/add-token.js b/test/integration/lib/add-token.js index cc04beb21..1840bdd39 100644 --- a/test/integration/lib/add-token.js +++ b/test/integration/lib/add-token.js @@ -75,7 +75,7 @@ async function runAddTokenFlowTest (assert, done) { // Confirm Add token assert.equal( $('.add-token__description')[0].textContent, - 'Would you like to add these tokens?', + 'Token balance(s)', 'confirm add token rendered' ) assert.ok($('button.btn-primary--lg')[0], 'confirm add token button found') |