From 22d9da9edc5e4372e9b7142d90769b0b44161d22 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Wed, 12 Jan 2022 12:36:49 +0000 Subject: [PATCH] Changes helper name --- spec/support/split_checkout_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/support/split_checkout_helper.rb b/spec/support/split_checkout_helper.rb index 2ed27c524f..9f14fd2f21 100644 --- a/spec/support/split_checkout_helper.rb +++ b/spec/support/split_checkout_helper.rb @@ -45,8 +45,8 @@ module SplitCheckoutHelper end end - def fill_out(notes) - fill_in 'Any comments or special instructions?', with: notes.to_s + def fill_notes(text) + fill_in 'Any comments or special instructions?', with: text.to_s end def proceed_to_payment