Merge pull request #5604 from luisramos0/xit_vo_flaky_2

Comment out flaky variant overrides spec
This commit is contained in:
Pau Pérez Fabregat
2020-06-15 13:11:24 +02:00
committed by GitHub

View File

@@ -207,7 +207,7 @@ feature "
end.to change(VariantOverride, :count).by(0)
end
it "displays an error when unauthorised to update a particular override" do
xit "displays an error when unauthorised to update a particular override" do
fill_in "variant-overrides-#{variant_related.id}-price", with: '777.77'
fill_in "variant-overrides-#{variant_related.id}-count_on_hand", with: '123'
expect(page).to have_content "Changes to one override remain unsaved."