Update spec with correct tax amounts

This commit is contained in:
Rohan Mitchell
2015-01-09 15:24:55 +11:00
parent 11f59c9f59
commit 54894fb222

View File

@@ -145,11 +145,11 @@ feature %q{
# And the totals and sales tax should be correct
page.should have_content "1512.99" # items total
page.should have_content "1500.45" # taxable items total
page.should have_content "300.09" # sales tax
page.should have_content "250.08" # sales tax
# And the shipping cost and tax should be correct
page.should have_content "100.55" #shipping cost
page.should have_content "20.11" #shipping tax
page.should have_content "16.76" #shipping tax
end
end