mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix the build.
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user