Skip to content

Commit b9927e1

Browse files
committed
Fixed a couple of failing tests
1 parent 13cc0af commit b9927e1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/test_reports_page.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def test_failsafe_reports_screening_subjects_with_inactive_open_episode(
134134
ReportsPage(page).click_nhs_number_link(page)
135135

136136
# Verify the page title is "Subject Screening Summary"
137-
BasePage(page).bowel_cancer_screening_ntsh_page_title_contains_text(
137+
BasePage(page).bowel_cancer_screening_page_title_contains_text(
138138
"Subject Screening Summary"
139139
)
140140

@@ -345,9 +345,7 @@ def test_operational_reports_appointment_attendance_not_updated(
345345
ReportsPage(
346346
page
347347
).attendance_not_updated_set_patients_screening_centre_dropdown.select_option(
348-
ReportsPage(page).general_properties_properties[
349-
"coventry_and_warwickshire_bcs_centre"
350-
]
348+
general_properties["coventry_and_warwickshire_bcs_centre"]
351349
)
352350

353351
# Click "Generate Report" button

0 commit comments

Comments
 (0)