mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-09 23:06:06 +00:00
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:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user