Commit e43fc83f0cc417046ddc676ad1dd4d5363b55f15
1 parent
1a13685c
Exists in
master
and in
12 other branches
manage_categories: Also show Products besides Services
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
features/manage_categories.feature
... | ... | @@ -27,5 +27,7 @@ Feature: manage categories |
27 | 27 | Then I should not see "Beans" |
28 | 28 | And I should not see "Potatoes" |
29 | 29 | When I follow "Show" |
30 | + And I wait 0.5 seconds for Services show animation to finish | |
31 | + And I follow "Show" | |
30 | 32 | Then I should see "Beans" |
31 | 33 | And I should see "Potatoes" | ... | ... |