Comments out flaky example on BOM spec

This commit is contained in:
filipefurtad0
2023-01-18 16:02:37 +00:00
parent 54c58c6ba6
commit fd1391cda9

View File

@@ -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