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.
This commit is contained in:
Maikel Linke
2023-01-17 15:18:52 +11:00
parent 3f8ca55975
commit da5fa8f608

View File

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