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:
parent
f673c2a8a4
commit
1698541bcd
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user