Merge pull request #8339 from filipefurtad0/configuration_into_system

Configuration specs update into system specs
This commit is contained in:
Maikel
2021-10-18 17:00:26 +11:00
committed by GitHub
10 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require "spec_helper"
require "system_helper"
describe "
As a site administrator

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'system_helper'
describe "General Settings" do
include AuthenticationHelper
@@ -34,7 +34,7 @@ describe "General Settings" do
context 'editing currency symbol position' do
it 'updates its position' do
expect(page).to have_content('Currency Settings')
expect(page).to have_content('CURRENCY SETTINGS')
within('.currency') do
find("[for='currency_symbol_position_after']").click

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'system_helper'
describe "Mail Methods" do
include AuthenticationHelper

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'system_helper'
describe "Shipping Categories" do
include AuthenticationHelper

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'system_helper'
describe "States" do
include AuthenticationHelper

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'system_helper'
describe "Tax Categories" do
include AuthenticationHelper

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'system_helper'
describe "Tax Rates" do
include AuthenticationHelper

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'system_helper'
describe "Taxonomies" do
include AuthenticationHelper

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'system_helper'
describe "Terms of Service files" do
include AuthenticationHelper

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'system_helper'
describe "Zones" do
include AuthenticationHelper