Commit b6dbf2d2dee5668eb54ef165dce26979b55edfae
1 parent
f16f1710
Exists in
master
and in
29 other branches
Small fix on BrowseCatalogsFeature
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
features/browse_catalogs.feature
... | ... | @@ -67,11 +67,6 @@ Feature: browse catalogs |
67 | 67 | And I am on /catalog/artebonito |
68 | 68 | Then I should see "Produto1" within "li.product-link" |
69 | 69 | And I should not see "0.00" |
70 | - And I should see "No image" within ".no-image" | |
71 | - And I should not see "product unavailable" | |
72 | - And I should not see "description" | |
73 | - And I should not see "qualifiers" | |
74 | - And I should not see "price composition" | |
75 | 70 | |
76 | 71 | Scenario: don't display the price when it's not defined |
77 | 72 | Given the following products | ... | ... |