FIX: Centralize Top rendering, remove old code paths. Fix some bugs.

This commit is contained in:
Robin Ward
2014-08-28 14:34:31 -04:00
parent 30b102aa98
commit 69cb5bc425
15 changed files with 42 additions and 250 deletions

View File

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