From 4bc69f72c3033cc9ea3e732f48da22d15c41a972 Mon Sep 17 00:00:00 2001 From: kumavis Date: Sun, 11 Mar 2018 21:39:46 -0700 Subject: test - mascara - fix async wrap --- test/integration/lib/mascara-first-time.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/integration/lib/mascara-first-time.js b/test/integration/lib/mascara-first-time.js index d1afe12a0..bcbc94ff6 100644 --- a/test/integration/lib/mascara-first-time.js +++ b/test/integration/lib/mascara-first-time.js @@ -14,7 +14,7 @@ async function runFirstTimeUsageTest (assert, done) { await skipNotices(app) // 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') // enter password -- cgit v1.2.3