Skip to content

Commit d18c60b

Browse files
Resolved merge conflicts
1 parent ffbbbfe commit d18c60b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pages/base_page.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

tests/test_reports_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)