mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Moves/Updates general_settings_spec into system
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user