mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #6599 from openfoodfoundation/dependabot/bundler/capybara-3.32.2
Bump capybara from 3.15.1 to 3.32.2
This commit is contained in:
@@ -132,13 +132,13 @@ GEM
|
||||
builder (3.2.4)
|
||||
byebug (11.1.3)
|
||||
cancan (1.6.10)
|
||||
capybara (3.15.1)
|
||||
capybara (3.32.2)
|
||||
addressable
|
||||
mini_mime (>= 0.1.3)
|
||||
nokogiri (~> 1.8)
|
||||
rack (>= 1.6.0)
|
||||
rack-test (>= 0.6.3)
|
||||
regexp_parser (~> 1.2)
|
||||
regexp_parser (~> 1.5)
|
||||
xpath (~> 3.2)
|
||||
childprocess (3.0.0)
|
||||
chronic (0.10.2)
|
||||
|
||||
@@ -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