Skip to content

Commit

Permalink
Remove unused methods from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
inulty-dfe committed Oct 2, 2023
1 parent 2d7f358 commit 42ada3b
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,4 @@ def and_i_choose_the_same_course
choose 'Primary (2XT2)'
click_button t('continue')
end

def when_i_click_back
click_link 'Back'
end

def then_i_should_be_on_the_course_choice_page
expect(page.current_url).to end_with(candidate_interface_continuous_applications_which_course_are_you_applying_to_path(provider_id: @provider.id))
end
end

0 comments on commit 42ada3b

Please sign in to comment.