mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
FEATURE: Add bio to group page.
This commit is contained in:
@ -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');
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user