Sha256: 153893ba398fe3894d641010fde810262c856c47994e306dd34c35f10fc6538c
Contents?: true
Size: 532 Bytes
Versions: 2
Compression:
Stored size: 532 Bytes
Contents
Given /^I complete the registration form$/ do step %{I follow "Sign up"} step %{I fill in the core registration fields} step %{I press "Register"} end Given /^I fill in the core registration fields$/ do 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"} end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
scidea-schools-1.1 | features/step_definitions/registration_steps.rb |
scidea-schools-1.0.6 | features/step_definitions/registration_steps.rb |