From 3a3fc066dca91e34ebf2b52074aac43de8fe72bf Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Mon, 2 Jan 2023 19:16:30 +0000 Subject: [PATCH] Comments out flaky example with xit --- .../order_cycles/complex_creating_specific_time_spec.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spec/system/admin/order_cycles/complex_creating_specific_time_spec.rb b/spec/system/admin/order_cycles/complex_creating_specific_time_spec.rb index 09c32b2842..c2d03978df 100644 --- a/spec/system/admin/order_cycles/complex_creating_specific_time_spec.rb +++ b/spec/system/admin/order_cycles/complex_creating_specific_time_spec.rb @@ -49,7 +49,8 @@ describe ' payment_method_ii.update!(name: "Cash") end - it "creating an order cycle with full interface", retry: 3 do + xit "creating an order cycle with full interface", retry: 3 do + # pending issue #10042, see below ## CREATE login_as_admin_and_visit admin_order_cycles_path click_link 'New Order Cycle' @@ -68,8 +69,8 @@ describe ' expect(page).to have_content 'Your order cycle has been created.' ## UPDATE - add_supplier_with_fees - add_distributor_with_fees + add_supplier_with_fees # pending issue #10042 + add_distributor_with_fees # pending issue #10042 select_distributor_shipping_methods select_distributor_payment_methods click_button 'Save and Back to List'