mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
autofocus password field on password reset page, and remove static password length message
This commit is contained in:
@@ -33,7 +33,6 @@ test("Password Reset Page", () => {
|
||||
visit("/users/password-reset/myvalidtoken");
|
||||
andThen(() => {
|
||||
ok(exists(".password-reset input"), "shows the input");
|
||||
ok(find('.password-reset .instructions').html().indexOf('8 char') !== -1, "shows correct min length");
|
||||
});
|
||||
|
||||
fillIn('.password-reset input', 'perf3ctly5ecur3');
|
||||
|
||||
Reference in New Issue
Block a user