From 768cfab59184c6fc6007aa79ea0eb9421e3b84b4 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Wed, 15 Apr 2015 15:59:37 +1000 Subject: [PATCH] Change field text at checkout --- app/views/checkout/_shipping.html.haml | 2 +- spec/features/consumer/shopping/checkout_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/checkout/_shipping.html.haml b/app/views/checkout/_shipping.html.haml index a1c6e5ba9c..e769376107 100644 --- a/app/views/checkout/_shipping.html.haml +++ b/app/views/checkout/_shipping.html.haml @@ -46,7 +46,7 @@ .row .small-12.columns - = f.text_area :special_instructions, label: "Any notes or custom delivery instructions?", size: "60x4", "ng-model" => "order.special_instructions" + = f.text_area :special_instructions, label: "Any comments or special instructions?", size: "60x4", "ng-model" => "order.special_instructions" .row .small-12.columns.text-right diff --git a/spec/features/consumer/shopping/checkout_spec.rb b/spec/features/consumer/shopping/checkout_spec.rb index d46f0ae2f1..ac7fac09c5 100644 --- a/spec/features/consumer/shopping/checkout_spec.rb +++ b/spec/features/consumer/shopping/checkout_spec.rb @@ -112,7 +112,7 @@ feature "As a consumer I want to check out my cart", js: true do toggle_shipping within "#shipping" do choose sm2.name - fill_in 'Any notes or custom delivery instructions?', with: "SpEcIaL NoTeS" + fill_in 'Any comments or special instructions?', with: "SpEcIaL NoTeS" end toggle_payment within "#payment" do