From 396ea65bc6ea8d42329dcb691d6e832dc9c70c4d Mon Sep 17 00:00:00 2001 From: cyrillefr Date: Thu, 1 Feb 2024 21:09:06 +0100 Subject: [PATCH] Bugfix on spec --- spec/system/admin/reports/orders_and_fulfillment_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/system/admin/reports/orders_and_fulfillment_spec.rb b/spec/system/admin/reports/orders_and_fulfillment_spec.rb index 0b40a3eaa2..971484492a 100644 --- a/spec/system/admin/reports/orders_and_fulfillment_spec.rb +++ b/spec/system/admin/reports/orders_and_fulfillment_spec.rb @@ -127,6 +127,7 @@ RSpec.describe "Orders And Fulfillment" do # with a timeframe that includes one order but not the other find("input.datepicker").click select_dates_from_daterangepicker datetime_start1, datetime_end + find(".shortcut-buttons-flatpickr-button").click # closes flatpickr find("#display_summary_row").set(false) # hides the summary rows run_report