From 49f7b4c8e2c27625ac324f74aa262b5bf9bbb89e Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Fri, 20 Sep 2019 10:11:02 +0100 Subject: [PATCH] Transpec spec/features/consumer/shopping/cart_spec.rb --- spec/features/consumer/shopping/cart_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/consumer/shopping/cart_spec.rb b/spec/features/consumer/shopping/cart_spec.rb index 138c6de022..3f1d78c215 100644 --- a/spec/features/consumer/shopping/cart_spec.rb +++ b/spec/features/consumer/shopping/cart_spec.rb @@ -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