Skip to content

Commit 4ba9df2

Browse files
As per above PR# 98 review comments, code change is implemented.
1 parent 3b23f26 commit 4ba9df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/organisations/organisations_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_available_organisation_ids(self)-> list[str]:
7676
org_ids.append(org_id)
7777
return org_ids
7878

79-
def select_organisation_by_id_and_navigate_home(self, org_id)-> None:
79+
def select_organisation_by_id_and_navigate_home(self, org_id: str)-> None:
8080
"""
8181
Selects the organisation radio button by its ID, clicks Continue,
8282
navigates to the BCSS Home page, then clicks the 'Select Org' link to return to the organisation selection page.

0 commit comments

Comments
 (0)