mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 14:45:27 +08:00
Convert server side paths to use /u/
This commit is contained in:
@ -30,7 +30,7 @@ acceptance("Password Reset", {
|
||||
test("Password Reset Page", () => {
|
||||
PreloadStore.store('password_reset', {is_developer: false});
|
||||
|
||||
visit("/users/password-reset/myvalidtoken");
|
||||
visit("/u/password-reset/myvalidtoken");
|
||||
andThen(() => {
|
||||
ok(exists(".password-reset input"), "shows the input");
|
||||
});
|
||||
|
Reference in New Issue
Block a user