We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffca1f commit c33e105Copy full SHA for c33e105
tests/test_reports_page.py
@@ -133,8 +133,8 @@ def test_failsafe_reports_screening_subjects_with_inactive_open_episode(
133
# Open a screening subject record
134
ReportsPage(page).click_nhs_number_link(page)
135
136
- # Verify "Subject Screening Summary" is the page title
137
- BasePage(page).bowel_cancer_screening_page_title_contains_text(
+ # Verify the page title is "Subject Screening Summary"
+ BasePage(page).bowel_cancer_screening_ntsh_page_title_contains_text(
138
"Subject Screening Summary"
139
)
140
0 commit comments