1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

CI still has MetaMask title doubled

This commit is contained in:
Nick Doiron 2018-01-28 21:14:06 -05:00
parent f673c2a8a4
commit 1698541bcd

View File

@ -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]