mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
test - mascara - fix async wrap
This commit is contained in:
parent
3537c391db
commit
4bc69f72c3
@ -14,7 +14,7 @@ async function runFirstTimeUsageTest (assert, done) {
|
|||||||
await skipNotices(app)
|
await skipNotices(app)
|
||||||
|
|
||||||
// Scroll through terms
|
// Scroll through terms
|
||||||
const title = await findAsync(app, '.create-password__title').text()
|
const title = (await findAsync(app, '.create-password__title')).text()
|
||||||
assert.equal(title, 'Create Password', 'create password screen')
|
assert.equal(title, 'Create Password', 'create password screen')
|
||||||
|
|
||||||
// enter password
|
// enter password
|
||||||
|
Loading…
Reference in New Issue
Block a user