diff --git a/features/manage_categories.feature b/features/manage_categories.feature index d32a72d..cdbd045 100644 --- a/features/manage_categories.feature +++ b/features/manage_categories.feature @@ -26,7 +26,6 @@ Feature: manage categories Scenario: load subcategories only after following parent Then I should not see "Beans" And I should not see "Potatoes" - When I follow "Show" and wait for jquery - # Then show me the page - - + When I follow "Show" + Then I should see "Beans" + And I should see "Potatoes" -- libgit2 0.21.2