Browse Source

missing step

cucumber-rails
JG 3 years ago
parent
commit
1bbbbdcc08
  1. 4
      features/step_definitions/data_coordinator_steps.rb

4
features/step_definitions/data_coordinator_steps.rb

@ -35,6 +35,10 @@ When("I visit the your account page") do
click_link("Your account") click_link("Your account")
end end
When("I visit the about your organisation page") do
click_link("About your organisation")
end
Then("I see information about my account") do Then("I see information about my account") do
expect(page.body).to have_content @user.name expect(page.body).to have_content @user.name
expect(page.body).to have_content @user.email expect(page.body).to have_content @user.email

Loading…
Cancel
Save