From ab2d92ab8f2b6a847bbbb6327fd751c25f3a4c45 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Wed, 12 Jan 2022 12:39:30 +0000 Subject: [PATCH] Applies helper change on spec file --- spec/system/consumer/split_checkout_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/system/consumer/split_checkout_spec.rb b/spec/system/consumer/split_checkout_spec.rb index b52198e16b..252ef3823d 100644 --- a/spec/system/consumer/split_checkout_spec.rb +++ b/spec/system/consumer/split_checkout_spec.rb @@ -154,7 +154,7 @@ describe "As a consumer, I want to checkout my order", js: true do end it "redirects the user to the Payment Method step" do - fill_out("SpEcIaL NoTeS") + fill_notes("SpEcIaL NoTeS") proceed_to_payment end end @@ -208,7 +208,7 @@ describe "As a consumer, I want to checkout my order", js: true do it "fills in shipping details and redirects the user to the Payment Method step, when submiting the form" do fill_out_shipping_address - fill_out("SpEcIaL NoTeS") + fill_notes("SpEcIaL NoTeS") proceed_to_payment # asserts whether shipping and billing addresses are the same ship_add_id = Spree::Order.first.ship_address_id