mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: topic discovery tests
This commit is contained in:
@@ -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");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user