From e2b0770c35a9cbfd8ca966b57b7bbdfffe7dff10 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Wed, 21 Nov 2012 16:02:12 +1100 Subject: [PATCH] Fix name of button in spec --- spec/requests/consumer/checkout_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/requests/consumer/checkout_spec.rb b/spec/requests/consumer/checkout_spec.rb index 2a0bce8c5d..320dfcf281 100644 --- a/spec/requests/consumer/checkout_spec.rb +++ b/spec/requests/consumer/checkout_spec.rb @@ -118,7 +118,7 @@ feature %q{ click_button 'Save and Continue' # -- Checkout: Payment - click_button 'Save and Continue' + click_button 'Process My Order' # -- Checkout: Order complete page.should have_content('Your order has been processed successfully')