FEATURE: Add bio to group page.

This commit is contained in:
Guo Xiang Tan
2016-12-05 16:18:24 +08:00
parent 0441ae3e95
commit adb7fcb6b3
13 changed files with 94 additions and 24 deletions

View File

@ -46,5 +46,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');
});
});