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 3b23f26 commit 4ba9df2Copy full SHA for 4ba9df2
pages/organisations/organisations_page.py
@@ -76,7 +76,7 @@ def get_available_organisation_ids(self)-> list[str]:
76
org_ids.append(org_id)
77
return org_ids
78
79
- def select_organisation_by_id_and_navigate_home(self, org_id)-> None:
+ def select_organisation_by_id_and_navigate_home(self, org_id: str)-> None:
80
"""
81
Selects the organisation radio button by its ID, clicks Continue,
82
navigates to the BCSS Home page, then clicks the 'Select Org' link to return to the organisation selection page.
0 commit comments