File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ def click_reports_pages_update_button(self) -> None:
153153 def go_to_date_report_last_requested_page (self ) -> None :
154154 self .click (self .date_report_last_requested_link )
155155
156- def go_to_screening_subjects_with_inactive_open_episode_link_page (self ) -> None :
156+ def go_to_screening_subjects_with_inactive_open_episode_page (self ) -> None :
157157 self .click (self .screening_subjects_with_inactive_open_episode_link )
158158
159159 def go_to_subjects_ceased_due_to_date_of_birth_changes_page (self ) -> None :
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ def test_failsafe_reports_screening_subjects_with_inactive_open_episode(
119119 ReportsPage (page ).go_to_failsafe_reports_page ()
120120
121121 # Click screening subjects with inactive open episode link
122- ReportsPage (page ).go_to_screening_subjects_with_inactive_open_episode_link_page ()
122+ ReportsPage (page ).go_to_screening_subjects_with_inactive_open_episode_page ()
123123
124124 # Verify "Screening Subjects With Inactive Open Episode" is the page title
125125 BasePage (page ).bowel_cancer_screening_page_title_contains_text (
You can’t perform that action at this time.
0 commit comments