mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Corrects namespace; adds pending on failing examples - payment_r
This commit is contained in:
@@ -31,11 +31,12 @@ describe "Payments Reports" do
|
||||
create(:line_item_with_shipment, order: other_order, product: product)
|
||||
|
||||
login_as_admin
|
||||
visit main_app.admin_report_path(report_type: 'payments')
|
||||
end
|
||||
|
||||
context "when choosing itemised payments report type" do
|
||||
it "shows orders with payment state, their balance and totals" do
|
||||
visit spree.payments_admin_reports_path
|
||||
pending "reports overhaul spec update"
|
||||
|
||||
select I18n.t(:report_itemised_payment), from: "report_subtype"
|
||||
find("[type='submit']").click
|
||||
@@ -72,7 +73,7 @@ describe "Payments Reports" do
|
||||
}
|
||||
|
||||
it 'shows orders with payment state, their balance and and payment totals' do
|
||||
visit spree.payments_admin_reports_path
|
||||
pending "reports overhaul spec update"
|
||||
|
||||
select I18n.t(:report_payment_totals), from: "report_subtype"
|
||||
find("[type='submit']").click
|
||||
|
||||
Reference in New Issue
Block a user