From b08e7807624d5556a1c1fbfa18ec84f791d4c346 Mon Sep 17 00:00:00 2001 From: JG Date: Mon, 23 May 2022 12:18:00 +0100 Subject: [PATCH] rubocop --- features/step_definitions/data_coordinator_steps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/step_definitions/data_coordinator_steps.rb b/features/step_definitions/data_coordinator_steps.rb index fdab99278..408041a74 100644 --- a/features/step_definitions/data_coordinator_steps.rb +++ b/features/step_definitions/data_coordinator_steps.rb @@ -13,7 +13,7 @@ Then("I see information about those users") do end end -Then('the user navigation bar is highlighted') do +Then("the user navigation bar is highlighted") do expect(page).to have_css('[aria-current="page"]', text: "Users") expect(page).not_to have_css('[aria-current="page"]', text: "About your organisation") expect(page).not_to have_css('[aria-current="page"]', text: "Logs")