diff --git a/spec/features/admin/invoice_print_spec.rb b/spec/features/admin/invoice_print_spec.rb index 28e563ee90f5..c4ba72d41b9e 100644 --- a/spec/features/admin/invoice_print_spec.rb +++ b/spec/features/admin/invoice_print_spec.rb @@ -235,7 +235,7 @@ expect(page).to have_content "Shipping $100.55 20.0%" # Order Totals expect(page).to have_content "Total (Incl. tax): $1,733.54" - expect(page).to have_content "Total tax (20.0%): $16.76" + expect(page).to have_content "Total tax (20.0%): $270.08" expect(page).to have_content "Total (Excl. tax): $1,446.70" end end @@ -348,7 +348,7 @@ expect(page).to have_content "Shipping $100.55 20.0%" # Order Totals expect(page).to have_content "Total (Incl. tax): $2,077.74" - expect(page).to have_content "Total tax (20.0%): $20.11" + expect(page).to have_content "Total tax (20.0%): $324.09" expect(page).to have_content "Total (Excl. tax): $1,733.54" end end