Upgrades and fixes, maintenance

This commit is contained in:
2014-06-09 19:07:46 +02:00
parent 78a894759b
commit 0e4993e8a6
23 changed files with 87 additions and 57 deletions
@@ -19,7 +19,7 @@ step "the supplier fills in the new product form selecting the first product cat
end
step "the supplier submits the product form" do
find('.save-product-button').click
find('.form-action-submit').click
end
@@ -38,7 +38,7 @@ end
step "the supplier clicks on the edit product button" do
within ".product-row-#{@product.id}" do
find('.edit-resource-button').click
find('.table-edit').click
end
end