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 fea5d10 commit b309147Copy full SHA for b309147
pages/organisations/organisations_page.py
@@ -57,16 +57,13 @@ def go_to_bureau_page(self) -> None:
57
"""Clicks the 'Bureau' link."""
58
self.click(self.bureau_page)
59
60
- def go_back(self):
61
- self.click_back_button()
62
-
63
def navigate_to_surveillance_review_summary(self):
64
self.org_and_site_details_link.click()
65
self.list_all_orgs_link.click()
66
- self.back_button.click()
+ self.click_back_button()
67
self.list_all_sites_link.click()
68
for _ in range(3):
69
70
self.surveillance_link.click()
71
self.manage_surveillance_review_link.click()
72
self.page.goto("https://bcss-bcss-18680-ddc-bcss.k8s-nonprod.texasplatform.uk/surveillance/review/summary")
0 commit comments