diff --git a/spec/system/admin/reports/payments_report_spec.rb b/spec/system/admin/reports/payments_report_spec.rb index d2e4396466..641a5a8570 100644 --- a/spec/system/admin/reports/payments_report_spec.rb +++ b/spec/system/admin/reports/payments_report_spec.rb @@ -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