Move name, avatar, and title fields from profile tab to account tab

This commit is contained in:
Neil Lalonde
2017-05-04 12:03:59 -04:00
parent de0d13e4ef
commit c98601129b
5 changed files with 79 additions and 53 deletions

View File

@ -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();