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 8eec3af commit b38a3e5Copy full SHA for b38a3e5
pages/organisations/organisations_page.py
@@ -57,7 +57,8 @@ def go_to_bureau_page(self) -> None:
57
"""Clicks the 'Bureau' link."""
58
self.click(self.bureau_page)
59
60
- def navigate_to_surveillance_review_summary(self):
+ def navigate_to_surveillance_review_summary(self) -> None:
61
+ """Navigates through the organisation pages to the Surveillance Review Summary."""
62
self.org_and_site_details_link.click()
63
self.list_all_orgs_link.click()
64
self.click_back_button()
0 commit comments