Change field text at checkout

This commit is contained in:
Rohan Mitchell
2015-04-15 15:59:37 +10:00
parent 7f973604e5
commit 768cfab591
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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