Upgrades and fixes, maintenance
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user