mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 02:34:28 +08:00
Move name, avatar, and title fields from profile tab to account tab
This commit is contained in:
@ -18,6 +18,9 @@ test("update some fields", () => {
|
||||
});
|
||||
};
|
||||
|
||||
fillIn(".pref-name input[type=text]", "Jon Snow");
|
||||
savePreferences();
|
||||
|
||||
click(".preferences-nav .nav-profile a");
|
||||
fillIn("#edit-location", "Westeros");
|
||||
savePreferences();
|
||||
|
Reference in New Issue
Block a user