Skip to content

Commit

Permalink
Changed user_steps.rb to use new button label of "Place Order" instead
Browse files Browse the repository at this point in the history
of "Save and Continue".

[spree#1343 state:resolved]
  • Loading branch information
wapcaplet authored and romul committed Apr 29, 2010
1 parent d983ace commit 1972eb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/step_definitions/user_steps.rb
Expand Up @@ -52,12 +52,12 @@
When %{I choose "#{shiping_method}"}
And %{press "Save and Continue"}
Then %{I should see "Payment Information" within "legend"}

When %{I choose "#{payment_method}"}
And %{press "Save and Continue"}
Then %{I should see "Confirm" within "legend"}
When %{I press "Save and Continue"}

When %{I press "Place Order"}
end

Then /^cart should be empty$/ do
Expand Down

0 comments on commit 1972eb0

Please sign in to comment.