Removes comment on issue #7180, now closed

This commit is contained in:
filipefurtad0
2024-06-10 10:53:41 -06:00
parent a8ff696792
commit 50359695b5

View File

@@ -662,9 +662,6 @@ RSpec.describe '
context "editing a product's variant unit scale" do
let(:product) { create(:simple_product, name: 'a product', supplier: @supplier2) }
# TODO below -> assertions commented out refer to bug:
# https://github.com/openfoodfoundation/openfoodnetwork/issues/7180
before do
allow(Spree::Config).to receive(:available_units).and_return("g,lb,oz,kg,T,mL,L,kL")
visit spree.edit_admin_product_path product