Comments out drag_to block - not implemented in Cuprite

This commit is contained in:
filipefurtad0
2021-11-06 19:23:36 +00:00
parent fa4a2dbab4
commit d646b29573

View File

@@ -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