diff options
author | Nick Doiron <ndoiron@mapmeld.com> | 2018-01-29 10:14:06 +0800 |
---|---|---|
committer | Nick Doiron <ndoiron@mapmeld.com> | 2018-01-29 10:14:06 +0800 |
commit | 1698541bcdce6c2933c8b3b4e1c89e2f391c3a68 (patch) | |
tree | 3a63837d8b68b493dc69a163158cec067c6d87be | |
parent | f673c2a8a4d6aac1d22813c3e076fe91f08823f2 (diff) | |
download | tangerine-wallet-browser-1698541bcdce6c2933c8b3b4e1c89e2f391c3a68.tar tangerine-wallet-browser-1698541bcdce6c2933c8b3b4e1c89e2f391c3a68.tar.gz tangerine-wallet-browser-1698541bcdce6c2933c8b3b4e1c89e2f391c3a68.tar.bz2 tangerine-wallet-browser-1698541bcdce6c2933c8b3b4e1c89e2f391c3a68.tar.lz tangerine-wallet-browser-1698541bcdce6c2933c8b3b4e1c89e2f391c3a68.tar.xz tangerine-wallet-browser-1698541bcdce6c2933c8b3b4e1c89e2f391c3a68.tar.zst tangerine-wallet-browser-1698541bcdce6c2933c8b3b4e1c89e2f391c3a68.zip |
CI still has MetaMask title doubled
-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 318119902..e59897713 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, 'MetaMask', 'title screen') + assert.equal(title, 'MetaMaskMetaMask', 'title screen') // enter password const pwBox = app.find('#password-box')[0] |