Skip to content

Commit 853782d

Browse files
Addressing PR comments
1 parent 323bc06 commit 853782d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pages/base_page.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,10 @@ def bowel_cancer_screening_system_header_is_displayed(self) -> None:
127127
)
128128

129129
def main_menu_header_is_displayed(self) -> None:
130-
"""Asserts that the Main Menu header is displayed."""
130+
"""
131+
Asserts that the Main Menu header is displayed.
132+
self.main_menu_string contains the string 'Main Menu'
133+
"""
131134
expect(self.main_menu__header).to_contain_text(self.main_menu_string)
132135

133136
def bowel_cancer_screening_page_title_contains_text(self, text: str) -> None:

0 commit comments

Comments
 (0)