mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
overwrite existing field value
This commit is contained in:
@@ -750,7 +750,7 @@ feature '
|
||||
|
||||
fill_in "product_name", with: "Big Bag Of Potatoes"
|
||||
select supplier_managed2.name, from: 'producer_id'
|
||||
fill_in "available_on", with: 3.days.ago.beginning_of_day.strftime("%F %T")
|
||||
fill_in "available_on", with: 3.days.ago.beginning_of_day.strftime("%F %T"), fill_options: { clear: :backspace }
|
||||
select "Weight (kg)", from: "variant_unit_with_scale"
|
||||
|
||||
find("a.view-variants").click
|
||||
|
||||
Reference in New Issue
Block a user