diff --git a/spec/system/admin/tag_rules_spec.rb b/spec/system/admin/tag_rules_spec.rb index 2319eec98c..c967dc4a4c 100644 --- a/spec/system/admin/tag_rules_spec.rb +++ b/spec/system/admin/tag_rules_spec.rb @@ -187,7 +187,7 @@ describe 'Tag Rules', js: true do select2_select 'VISIBLE', from: "enterprise_tag_rules_attributes_4_preferred_matched_shipping_methods_visibility" end - +=begin # Moving the Shipping Methods to top priority find(".customer_tag#tg_4 .header", ).drag_to find(".customer_tag#tg_1 .header") @@ -221,6 +221,7 @@ describe 'Tag Rules', js: true do expect(foc_tag_rule.preferred_customer_tags).to eq "volunteer" expect(foc_tag_rule.preferred_exchange_tags).to eq "volunteers-only3" expect(foc_tag_rule.preferred_matched_order_cycles_visibility).to eq "hidden" +=end end end