mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
Show more than one topic per category on the wide categories page. Disable support for the 2-column categories page. The category_featured_topics site setting controls how many topics to show.
This commit is contained in:
@ -22,7 +22,7 @@ test("Categories List", function() {
|
||||
expect(1);
|
||||
|
||||
visit("/categories").then(function() {
|
||||
ok(exists('.category-list-item'), "has a list of categories");
|
||||
ok(exists('.category'), "has a list of categories");
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user