From a7d304d617f7c770255a041669e7ce4426598065 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 14 Oct 2024 11:54:43 +0100 Subject: [PATCH] Correct linting error with parentheses --- spec/system/placements/sign_in_as_a_placements_user_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/placements/sign_in_as_a_placements_user_spec.rb b/spec/system/placements/sign_in_as_a_placements_user_spec.rb index cd580be9e..ef2d9f5aa 100644 --- a/spec/system/placements/sign_in_as_a_placements_user_spec.rb +++ b/spec/system/placements/sign_in_as_a_placements_user_spec.rb @@ -238,7 +238,7 @@ and_i_visit_a_school_show_page then_i_am_redirected_to_the_sign_in_page when_i_click_sign_in - then_i_see_school_show_page() + then_i_see_school_show_page when_i_visit_the placements_root_path and_i_click_on "Start now" then_i_see_a_list_of_organisations