FIX: Display group avatar flair on user page.

This commit is contained in:
Guo Xiang Tan
2016-11-29 13:42:47 +08:00
parent 1939104d46
commit 0d4f71e90b
6 changed files with 39 additions and 3 deletions

View File

@ -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");
});