diff options
author | Nick Doiron <ndoiron@mapmeld.com> | 2018-01-28 13:20:56 +0800 |
---|---|---|
committer | Nick Doiron <ndoiron@mapmeld.com> | 2018-01-28 13:20:56 +0800 |
commit | f673c2a8a4d6aac1d22813c3e076fe91f08823f2 (patch) | |
tree | 8d83fc28a5c86044ef0a44544e0b49f3cc00dc9f /test | |
parent | 9c133aaab30decce16a1bf4120071d4614f99bc8 (diff) | |
download | tangerine-wallet-browser-f673c2a8a4d6aac1d22813c3e076fe91f08823f2.tar tangerine-wallet-browser-f673c2a8a4d6aac1d22813c3e076fe91f08823f2.tar.gz tangerine-wallet-browser-f673c2a8a4d6aac1d22813c3e076fe91f08823f2.tar.bz2 tangerine-wallet-browser-f673c2a8a4d6aac1d22813c3e076fe91f08823f2.tar.lz tangerine-wallet-browser-f673c2a8a4d6aac1d22813c3e076fe91f08823f2.tar.xz tangerine-wallet-browser-f673c2a8a4d6aac1d22813c3e076fe91f08823f2.tar.zst tangerine-wallet-browser-f673c2a8a4d6aac1d22813c3e076fe91f08823f2.zip |
pass linter, update ui test
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/lib/first-time.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/lib/first-time.js b/test/integration/lib/first-time.js index e59897713..318119902 100644 --- a/test/integration/lib/first-time.js +++ b/test/integration/lib/first-time.js @@ -41,7 +41,7 @@ async function runFirstTimeUsageTest(assert, done) { // Scroll through terms const title = app.find('h1').text() // TODO Find where Metamask is getting added twice in the title - assert.equal(title, 'MetaMaskMetaMask', 'title screen') + assert.equal(title, 'MetaMask', 'title screen') // enter password const pwBox = app.find('#password-box')[0] |