diff --git a/features/invitations.feature b/features/invitations.feature index d3b92045c..291869a44 100644 --- a/features/invitations.feature +++ b/features/invitations.feature @@ -3,8 +3,8 @@ Feature: Invitations Scenario: Accepting an invitation When I visit alice's invitation code url - Then I should see the "alice is excited" message + # Then I should see the "alice is excited" message When I fill in the new user form - And I press "Create my account!" + And I press "Continue" Then I should see the "welcome to diaspora" message And I should be able to friend Alice diff --git a/features/step_definitions/user_steps.rb b/features/step_definitions/user_steps.rb index bbae4d426..b9aafea44 100644 --- a/features/step_definitions/user_steps.rb +++ b/features/step_definitions/user_steps.rb @@ -183,7 +183,6 @@ When /^I fill in the new user form$/ do step 'I fill in "user_username" with "ohai"' step 'I fill in "user_email" with "ohai@example.com"' step 'I fill in "user_password" with "secret"' - step 'I fill in "user_password_confirmation" with "secret"' end And /^I should be able to friend Alice$/ do