From fd1391cda97ab89341dd582119deac3e061eedbe Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Wed, 18 Jan 2023 16:02:37 +0000 Subject: [PATCH] Comments out flaky example on BOM spec --- spec/system/admin/bulk_order_management_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/system/admin/bulk_order_management_spec.rb b/spec/system/admin/bulk_order_management_spec.rb index e0a4216f03..3893561e75 100644 --- a/spec/system/admin/bulk_order_management_spec.rb +++ b/spec/system/admin/bulk_order_management_spec.rb @@ -485,7 +485,8 @@ describe ' displays_default_orders end - it "allows combining the order cycle and the pre-selected date with a custom date" do + xit "allows combining the order cycle and the pre-selected date with a custom date" do + # pending (#10192) click_on_select2 oc3.name, from: "order_cycle_filter" expect(find("input.datepicker").value).to eq "#{oc3.orders_open_at.strftime('%F')} to #{oc3.orders_close_at.strftime('%F')}" page.find('.filter-actions .button.icon-search').click