Skip to content

Commit b38a3e5

Browse files
As per PR # 123 comments, code change is implemented.
1 parent 8eec3af commit b38a3e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/organisations/organisations_page.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ def go_to_bureau_page(self) -> None:
5757
"""Clicks the 'Bureau' link."""
5858
self.click(self.bureau_page)
5959

60-
def navigate_to_surveillance_review_summary(self):
60+
def navigate_to_surveillance_review_summary(self) -> None:
61+
"""Navigates through the organisation pages to the Surveillance Review Summary."""
6162
self.org_and_site_details_link.click()
6263
self.list_all_orgs_link.click()
6364
self.click_back_button()

0 commit comments

Comments
 (0)