File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ def bowel_cancer_screening_system_header_is_displayed(self) -> None:
9191 def main_menu_header_is_displayed (self ) -> None :
9292 expect (self .main_menu__header ).to_contain_text ("Main Menu" )
9393
94+
9495 def bowel_cancer_screening_page_title_contains_text (self , text : str ) -> None :
9596 """Asserts that the page title contains the specified text.
9697
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def test_reports_page_navigation(page: Page) -> None:
6363
6464 # Dashboard opens as expected TODO - this step may be failing legitimately
6565 # ReportsPage(page).go_to_dashboard()
66- # BasePage(page).bowel_cancer_screening_page_header_contains_text ("Dashboard")
66+ # BasePage(page).bowel_cancer_screening_page_title_contains_text ("Dashboard")
6767 # BasePage(page).click_back_button()
6868
6969 # QA Report : Dataset Completion link is visible
You can’t perform that action at this time.
0 commit comments