mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Comments out drag_to block - not implemented in Cuprite
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user