From d5b24089477d746a30fa6fd8fab6ea8f428d542c Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 16 Oct 2024 09:51:04 +1100 Subject: [PATCH] Reveal un-implemented tests --- spec/system/admin/products_v3/update_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/system/admin/products_v3/update_spec.rb b/spec/system/admin/products_v3/update_spec.rb index ead7feadd3..01af461c89 100644 --- a/spec/system/admin/products_v3/update_spec.rb +++ b/spec/system/admin/products_v3/update_spec.rb @@ -441,11 +441,11 @@ RSpec.describe 'As an enterprise user, I can update my products' do expect(page).not_to have_css('form.disabled-section#filters') end - describe "producer" do - # it "can select only the producers that I manage" + xdescribe "producer" do + it "can select only the producers that I manage" context " when I manage only one producer" do - # it "producer select doesn't show, and is saved correctly" + it "producer select doesn't show, and is saved correctly" end end