temporarily disable category class on body while debugging issue with missing docking header

This commit is contained in:
Sam
2015-01-27 13:43:40 +11:00
parent 497042ddf2
commit d52b0a2458
2 changed files with 23 additions and 19 deletions

View File

@@ -11,7 +11,8 @@ 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");
ok($('body.category-bug').length, "has a custom css class for the category id on the body");
// TODO enable test once fixed
// ok($('body.category-bug').length, "has a custom css class for the category id on the body");
});
visit("/categories");