Merge pull request #8462 from filipefurtad0/admin_into_features_iv

Moves/updates subscriptions_spec into system
This commit is contained in:
jibees
2021-11-09 14:56:36 +01:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'system_helper'
describe 'Subscriptions' do
include AdminHelper

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'system_helper'
describe 'Tag Rules', js: true do
include AuthenticationHelper
@@ -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