mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
add display_line_items_taxes to expected message in invoice view spec
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user