mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #5603 from luisramos0/xit_exchange_prods
Comment out Exchange Products Renderer spec
This commit is contained in:
@@ -36,7 +36,7 @@ describe ExchangeProductsRenderer do
|
||||
expect(variants.first.product.supplier.name).to eq exchange.variants.first.product.supplier.name
|
||||
end
|
||||
|
||||
describe "when OC is showing only the coordinators inventory" do
|
||||
xdescribe "when OC is showing only the coordinators inventory" do
|
||||
let(:exchange_with_visible_variant) { order_cycle.exchanges.incoming.second }
|
||||
let(:exchange_with_hidden_variant) { order_cycle.exchanges.incoming.first }
|
||||
let!(:visible_inventory_item) { create(:inventory_item, enterprise: order_cycle.coordinator, variant: exchange_with_visible_variant.variants.first, visible: true) }
|
||||
|
||||
Reference in New Issue
Block a user