Remove unnecessary test step that is breaking in capybara v3

This commit is contained in:
Luis Ramos
2020-12-11 00:16:31 +00:00
parent c92e8de51f
commit f19946af8d

View File

@@ -304,7 +304,6 @@ feature "
# Clearing values manually
fill_in "variant-overrides-#{variant.id}-price", with: ''
fill_in "variant-overrides-#{variant.id}-count_on_hand", with: ''
select_on_demand variant, :use_producer_settings
fill_in "variant-overrides-#{variant.id}-default_stock", with: ''
within "tr#v_#{variant.id}" do