mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Move feature spec for bulk coop report to the order management engine.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
require "spec_helper"
|
||||
|
||||
feature "bulk coop" do
|
||||
include AuthenticationWorkflow
|
||||
include WebHelper
|
||||
|
||||
scenario "bulk co-op report" do
|
||||
quick_login_as_admin
|
||||
visit spree.admin_reports_path
|
||||
click_link 'Bulk Co-Op'
|
||||
click_button 'Generate Report'
|
||||
|
||||
expect(page).to have_content 'Supplier'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -155,15 +155,6 @@ feature '
|
||||
expect(page).to have_content 'Order date'
|
||||
end
|
||||
|
||||
scenario "bulk co-op report" do
|
||||
quick_login_as_admin
|
||||
visit spree.admin_reports_path
|
||||
click_link 'Bulk Co-Op'
|
||||
click_button 'Search'
|
||||
|
||||
expect(page).to have_content 'Supplier'
|
||||
end
|
||||
|
||||
scenario "payments reports" do
|
||||
quick_login_as_admin
|
||||
visit spree.admin_reports_path
|
||||
|
||||
Reference in New Issue
Block a user