From da5fa8f60882c38ffeabb7ba46825a03c4bf5d21 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Tue, 17 Jan 2023 15:18:52 +1100 Subject: [PATCH] Remove outdated spec It's just testing that we are not using code which has been deleted in the past. I don't think that there's a risk that we introduce this again by accident. Right now, this spec just wastes resources. --- spec/system/admin/order_spec.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spec/system/admin/order_spec.rb b/spec/system/admin/order_spec.rb index ef43bd5b2d..55de22310e 100644 --- a/spec/system/admin/order_spec.rb +++ b/spec/system/admin/order_spec.rb @@ -546,12 +546,6 @@ describe ' end end - it "cannot split the order in different stock locations" do - # There's only 1 stock location in OFN, - # so the split functionality that comes with spree should be hidden - expect(page).to_not have_selector '.split-item' - end - context "with different shipping methods" do let!(:different_shipping_method_for_distributor1) do create(:shipping_method, name: "Different", distributors: [distributor1])