mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Adapt specs in order mgmt engine to new authentication helper
This commit is contained in:
@@ -3,12 +3,11 @@
|
||||
require "spec_helper"
|
||||
|
||||
feature "bulk coop" do
|
||||
include AuthenticationWorkflow
|
||||
include AuthenticationHelper
|
||||
include WebHelper
|
||||
|
||||
scenario "bulk co-op report" do
|
||||
quick_login_as_admin
|
||||
visit spree.admin_reports_path
|
||||
login_as_admin_and_visit spree.admin_reports_path
|
||||
click_link 'Bulk Co-Op'
|
||||
click_button 'Generate Report'
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
require "spec_helper"
|
||||
|
||||
feature "enterprise fee summaries", js: true do
|
||||
include AuthenticationWorkflow
|
||||
include AuthenticationHelper
|
||||
include WebHelper
|
||||
|
||||
let!(:distributor) { create(:distributor_enterprise) }
|
||||
|
||||
Reference in New Issue
Block a user