Commit 2e9d3fb24445ca9d095dec930f089db0d819415c
1 parent
9f8512d9
Exists in
master
and in
28 other branches
Fixed test: features/manage_categories.feature
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
features/manage_categories.feature
... | ... | @@ -26,7 +26,6 @@ Feature: manage categories |
26 | 26 | Scenario: load subcategories only after following parent |
27 | 27 | Then I should not see "Beans" |
28 | 28 | And I should not see "Potatoes" |
29 | - When I follow "Show" and wait for jquery | |
30 | - # Then show me the page | |
31 | - | |
32 | - | |
29 | + When I follow "Show" | |
30 | + Then I should see "Beans" | |
31 | + And I should see "Potatoes" | ... | ... |