From 1bbbbdcc08253a7dcb1a61c6cd308b94e5b52d3f Mon Sep 17 00:00:00 2001 From: JG Date: Mon, 23 May 2022 13:35:41 +0100 Subject: [PATCH] missing step --- features/step_definitions/data_coordinator_steps.rb | 4 ++++ 1 file changed, 4 insertions(+) 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