From 24bd310d7b888402d131ccc07e11f6e54f058902 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 27 Feb 2018 09:44:44 +0800 Subject: [PATCH] Fix the build. --- test/javascripts/acceptance/login-with-email-test.js.es6 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/javascripts/acceptance/login-with-email-test.js.es6 b/test/javascripts/acceptance/login-with-email-test.js.es6 index 7c575ce9a3..beaa78dd0b 100644 --- a/test/javascripts/acceptance/login-with-email-test.js.es6 +++ b/test/javascripts/acceptance/login-with-email-test.js.es6 @@ -28,6 +28,7 @@ QUnit.test("logging in via email (link)", assert => { andThen(() => { assert.notOk(exists(".login-with-email-link"), 'it displays the link only when field is filled'); + userFound = false; }); fillIn("#login-account-name", "someuser");