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.
2 parents c33e105 + b9e4bcb commit 5d9ad7dCopy full SHA for 5d9ad7d
pages/base_page.py
@@ -87,9 +87,6 @@ def bowel_cancer_screening_system_header_is_displayed(self) -> None:
87
expect(self.bowel_cancer_screening_system_header).to_contain_text(
88
"Bowel Cancer Screening System"
89
)
90
- expect(self.bowel_cancer_screening_system_header).to_contain_text(
91
- "Bowel Cancer Screening System"
92
- )
93
94
def main_menu_header_is_displayed(self) -> None:
95
expect(self.main_menu__header).to_contain_text("Main Menu")
0 commit comments