From 2e9d3fb24445ca9d095dec930f089db0d819415c Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 25 Feb 2013 19:29:47 -0300 Subject: [PATCH] Fixed test: features/manage_categories.feature --- features/manage_categories.feature | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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