Fix the build.
This commit is contained in:
parent
24f3b78548
commit
24bd310d7b
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue