features/step_definitions/registration_steps.rb in scidea-schools-1.0.5 vs features/step_definitions/registration_steps.rb in scidea-schools-1.0.6

- old
+ new

@@ -8,10 +8,6 @@ step %{I fill in "user_email" with "learner01@test.local"} step %{I fill in "user_password" with "password"} step %{I fill in "user_password_confirmation" with "password"} step %{I fill in "user_profile_attributes_first_name" with "Test"} step %{I fill in "user_profile_attributes_last_name" with "Learner"} - step %{I select "Ms." from "user_profile_attributes_salutation"} - step %{I select "1980" from "user_profile_attributes_birthdate_1i"} - step %{I select "January" from "user_profile_attributes_birthdate_2i"} - step %{I select "1" from "user_profile_attributes_birthdate_3i"} end