mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 03:55:38 +08:00
fix the build
This commit is contained in:
parent
a166869d67
commit
c9689d4dad
@ -4,12 +4,12 @@ acceptance("Groups");
|
|||||||
test("Browsing Groups", () => {
|
test("Browsing Groups", () => {
|
||||||
visit("/groups/discourse");
|
visit("/groups/discourse");
|
||||||
andThen(() => {
|
andThen(() => {
|
||||||
ok(count('.user-stream .item') > 0, "it has stream items");
|
ok(count('.group-members tr') > 0, "it lists group members");
|
||||||
});
|
});
|
||||||
|
|
||||||
visit("/groups/discourse/members");
|
visit("/groups/discourse/posts");
|
||||||
andThen(() => {
|
andThen(() => {
|
||||||
ok(count('.group-members tr') > 0, "it lists group members");
|
ok(count('.user-stream .item') > 0, "it lists stream items");
|
||||||
});
|
});
|
||||||
|
|
||||||
visit("/groups/discourse/topics");
|
visit("/groups/discourse/topics");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user