let's try category class again

This commit is contained in:
Régis Hanol
2015-01-27 23:44:47 +01:00
parent a82c50d584
commit b003c2b4f3
2 changed files with 19 additions and 23 deletions

View File

@@ -11,8 +11,7 @@ test("Visit Discovery Pages", function() {
andThen(function() {
ok(exists(".topic-list"), "The list of topics was rendered");
ok(exists('.topic-list .topic-list-item'), "has topics");
// TODO enable test once fixed
// ok($('body.category-bug').length, "has a custom css class for the category id on the body");
ok($('body.category-bug').length, "has a custom css class for the category id on the body");
});
visit("/categories");