mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 21:20:07 +08:00
FIX: Recursion with a computed property that was pointing to itself.
This commit is contained in:
@ -12,8 +12,6 @@ test("Default List", function() {
|
||||
test("List one Category", function() {
|
||||
expect(2);
|
||||
|
||||
this.stub(Discourse.User, "current").returns(null);
|
||||
|
||||
visit("/category/bug").then(function() {
|
||||
ok(exists("#topic-list"), "The list of topics was rendered");
|
||||
ok(exists('#topic-list .topic-list-item'), "has topics");
|
||||
|
Reference in New Issue
Block a user