FIX: topic discovery tests

This commit is contained in:
Régis Hanol
2016-08-24 22:53:43 +02:00
parent 7d600d9fee
commit 87f6aadb7e
3 changed files with 4 additions and 5 deletions

View File

@@ -18,9 +18,7 @@ test("Visit Discovery Pages", () => {
visit("/categories");
andThen(() => {
ok($('body.category-bug').length === 0, "removes the custom category class");
// TODO: NEED TO FIX THIS
// ok(exists('.category'), "has a list of categories");
ok(exists('.category'), "has a list of categories");
ok($('body.categories-list').length, "has a custom class to indicate categories");
});