add display_line_items_taxes to expected message in invoice view spec

This commit is contained in:
Mohamed ABDELLANI
2023-01-21 08:28:59 +01:00
parent 9bff2718c7
commit 8823b2ac89

View File

@@ -22,6 +22,7 @@ describe "spree/admin/orders/invoice.html.haml" do
before do
assign(:order, order)
allow(view).to receive_messages checkout_adjustments_for: [],
display_line_items_taxes: '',
display_checkout_tax_total: '10',
display_checkout_total_less_tax: '8',
outstanding_balance_label: 'Outstanding Balance'