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 323bc06 commit 853782dCopy full SHA for 853782d
pages/base_page.py
@@ -127,7 +127,10 @@ def bowel_cancer_screening_system_header_is_displayed(self) -> None:
127
)
128
129
def main_menu_header_is_displayed(self) -> None:
130
- """Asserts that the Main Menu header is displayed."""
+ """
131
+ Asserts that the Main Menu header is displayed.
132
+ self.main_menu_string contains the string 'Main Menu'
133
134
expect(self.main_menu__header).to_contain_text(self.main_menu_string)
135
136
def bowel_cancer_screening_page_title_contains_text(self, text: str) -> None:
0 commit comments