Skip to content

Commit d55b7f2

Browse files
As per PR # 68 comments, Code change is implemented.
1 parent f46fe6c commit d55b7f2

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
@@ -81,7 +81,7 @@ def click(self, locator) -> None:
8181

8282
def get_available_organisation_ids(self) -> List[str]:
8383
"""
84-
Retrieves the list of available organisation IDs from the radio buttons on the page.
84+
Retrieves the list of available organisation IDs from the radio button on the page.
8585
8686
Returns:
8787
List[str]: A list of organisation ID strings.

0 commit comments

Comments
 (0)