diff --git a/features/step_definitions/data_coordinator_steps.rb b/features/step_definitions/data_coordinator_steps.rb index ab7fcf627..a7e28c7b5 100644 --- a/features/step_definitions/data_coordinator_steps.rb +++ b/features/step_definitions/data_coordinator_steps.rb @@ -35,6 +35,10 @@ When("I visit the your account page") do click_link("Your account") end +When("I visit the about your organisation page") do + click_link("About your organisation") +end + Then("I see information about my account") do expect(page.body).to have_content @user.name expect(page.body).to have_content @user.email