Fix the build.

This commit is contained in:
Guo Xiang Tan 2018-02-27 09:44:44 +08:00
parent 24f3b78548
commit 24bd310d7b
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ QUnit.test("logging in via email (link)", assert => {
andThen(() => { andThen(() => {
assert.notOk(exists(".login-with-email-link"), 'it displays the link only when field is filled'); assert.notOk(exists(".login-with-email-link"), 'it displays the link only when field is filled');
userFound = false;
}); });
fillIn("#login-account-name", "someuser"); fillIn("#login-account-name", "someuser");