mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-11 03:40:20 +00:00
Fix checkout specs
This commit is contained in:
@@ -224,7 +224,6 @@ def select_order_cycle
|
||||
end
|
||||
|
||||
def add_product_to_cart
|
||||
|
||||
fill_in "variants[#{product.master.id}]", with: 5
|
||||
fill_in "variants[#{product.master.id}]", with: product.master.on_hand - 1
|
||||
first("form.custom > input.button.right").click
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user