From 7ee83859020ea07de4ac88d5972243dbcea312b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 20:14:05 +0000 Subject: [PATCH 1/2] Bump capybara from 3.15.1 to 3.32.2 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.15.1 to 3.32.2. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.15.1...3.32.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f3856e8a94..a2e9dcd413 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) From e58cd8a043639adfb0de5d09501b049a72499479 Mon Sep 17 00:00:00 2001 From: Andy Brett Date: Tue, 5 Jan 2021 16:01:04 -0800 Subject: [PATCH 2/2] overwrite existing field value --- spec/features/admin/bulk_product_update_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/admin/bulk_product_update_spec.rb b/spec/features/admin/bulk_product_update_spec.rb index 3692cb26c1..27e0e80081 100644 --- a/spec/features/admin/bulk_product_update_spec.rb +++ b/spec/features/admin/bulk_product_update_spec.rb @@ -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