mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 23:27:46 +08:00
FEATURE: Allow group owners to edit title.
This commit is contained in:
@ -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');
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user