automatically redirect when password reset completes successfully

This commit is contained in:
Neil Lalonde
2017-02-06 15:04:47 -05:00
parent be9230cba2
commit 8643620172
3 changed files with 15 additions and 3 deletions

View File

@ -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");
});
});