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 96f2b5e commit f68e662Copy full SHA for f68e662
pages/organisations/organisations_page.py
@@ -64,11 +64,12 @@ def navigate_to_surveillance_review_summary(self):
64
self.back_link.click()
65
self.list_all_sites_link.click()
66
for _ in range(3):
67
- self.back_link.click()
+ self.back_button.click()
68
self.surveillance_link.click()
69
self.manage_surveillance_review_link.click()
70
self.page.goto("https://bcss-bcss-18680-ddc-bcss.k8s-nonprod.texasplatform.uk/surveillance/review/summary")
71
72
+
73
class OrganisationSwitchPage:
74
"""Page Object Model for interacting with the Organisation Switch page."""
75
0 commit comments