Updates/moves consumer/account/settings_spec into system

This commit is contained in:
filipefurtad0
2021-10-08 14:36:54 +01:00
parent acc0cc08c3
commit 75f773fafc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'system_helper'
describe "Payments requiring action", js: true do
include AuthenticationHelper

View File

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