FEATURE: Allow group owners to edit title.

This commit is contained in:
Guo Xiang Tan
2016-12-07 10:26:28 +08:00
parent 8c7a0b7684
commit 545dfa7191
5 changed files with 10 additions and 2 deletions

View File

@ -49,5 +49,6 @@ test("Admin Browsing Groups", () => {
andThen(() => {
ok(find('.group-flair-inputs').length === 1, 'it should display avatar flair inputs');
ok(find('.edit-group-bio').length === 1, 'it should display group bio input');
ok(find('.edit-group-title').length === 1, 'it should display group title input');
});
});