mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 03:04:59 +08: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