From 037d6e66248d2fc13a9d97a52ce667afe1aa2ae8 Mon Sep 17 00:00:00 2001 From: Alexander Tseung Date: Wed, 4 Apr 2018 18:21:30 -0700 Subject: Fix integration tests --- test/integration/lib/mascara-first-time.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/integration/lib') diff --git a/test/integration/lib/mascara-first-time.js b/test/integration/lib/mascara-first-time.js index 564852585..5e07ab0b4 100644 --- a/test/integration/lib/mascara-first-time.js +++ b/test/integration/lib/mascara-first-time.js @@ -13,6 +13,9 @@ async function runFirstTimeUsageTest (assert, done) { await skipNotices(app) + const welcomeButton = (await findAsync(app, '.welcome-screen__button'))[0] + welcomeButton.click() + // Scroll through terms const title = (await findAsync(app, '.create-password__title')).text() assert.equal(title, 'Create Password', 'create password screen') -- cgit