mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
automatically redirect when password reset completes successfully
This commit is contained in:
@@ -57,7 +57,6 @@ test("Password Reset Page", () => {
|
||||
click('.password-reset form button');
|
||||
andThen(() => {
|
||||
ok(!exists(".password-reset form"), "form is gone");
|
||||
ok(exists(".password-reset .btn"), "button is shown");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user