mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
FIX: Display group avatar flair on user page.
This commit is contained in:
@ -4,7 +4,9 @@ acceptance("Groups");
|
||||
|
||||
test("Browsing Groups", () => {
|
||||
visit("/groups/discourse");
|
||||
|
||||
andThen(() => {
|
||||
ok(count('.avatar-flair .fa-adjust') === 1, "it displays the group's avatar flair");
|
||||
ok(count('.group-members tr') > 0, "it lists group members");
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user