From 1698541bcdce6c2933c8b3b4e1c89e2f391c3a68 Mon Sep 17 00:00:00 2001 From: Nick Doiron Date: Sun, 28 Jan 2018 21:14:06 -0500 Subject: CI still has MetaMask title doubled --- test/integration/lib/first-time.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3