Transpec spec/features/consumer/shopping/cart_spec.rb

This commit is contained in:
luisramos0
2019-09-20 10:11:02 +01:00
parent 8b503b51ca
commit 49f7b4c8e2

View File

@@ -133,7 +133,7 @@ feature "full-page cart", js: true do
end
it "shows the total tax for the order, including product tax and tax on fees" do
page.should have_selector '.tax-total', text: '11.00' # 10 + 1
expect(page).to have_selector '.tax-total', text: '11.00' # 10 + 1
end
end