Skip to content

Commit

Permalink
Fixes tax values
Browse files Browse the repository at this point in the history
  • Loading branch information
filipefurtad0 committed Aug 2, 2022
1 parent 3a4cc85 commit b8a0026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/features/admin/invoice_print_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b8a0026

Please sign in to comment.