mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 22:17:45 +08:00
FIX: Centralize Top rendering, remove old code paths. Fix some bugs.
This commit is contained in:
@ -20,6 +20,6 @@ test("Visit Discovery Pages", function() {
|
||||
|
||||
visit("/top");
|
||||
andThen(function() {
|
||||
ok(exists('.topic-list tr td.main-link'), "has topics");
|
||||
ok(exists('.topic-list .topic-list-item'), "has topics");
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user