@@ -55,7 +55,7 @@ def search_subject_by_nhs_number(page: Page, nhs_number: str) -> None:
5555def search_subject_by_surname (page : Page , surname : str ) -> None :
5656 """
5757 This searches for a subject by their surname and checks the page has redirected accordingly
58-
58+
5959 Args:
6060 page (Page): This is the playwright page object
6161 surname (str): The screening subject's surname
@@ -69,7 +69,7 @@ def search_subject_by_surname(page: Page, surname: str) -> None:
6969def search_subject_by_forename (page : Page , forename : str ) -> None :
7070 """
7171 This searches for a subject by their forename and checks the page has redirected accordingly
72-
72+
7373 Args:
7474 page (Page): This is the playwright page object
7575 forename (str): The screening subject's forename
@@ -83,7 +83,7 @@ def search_subject_by_forename(page: Page, forename: str) -> None:
8383def search_subject_by_dob (page : Page , dob : str ) -> None :
8484 """
8585 This searches for a subject by their date of birth and checks the page has redirected accordingly
86-
86+
8787 Args:
8888 page (Page): This is the playwright page object
8989 dob (str): The screening subject's date of birth
@@ -97,7 +97,7 @@ def search_subject_by_dob(page: Page, dob: str) -> None:
9797def search_subject_by_postcode (page : Page , postcode : str ) -> None :
9898 """
9999 This searches for a subject by their postcode and checks the page has redirected accordingly
100-
100+
101101 Args:
102102 page (Page): This is the playwright page object
103103 postcode (str): The screening subject's postcode
@@ -111,7 +111,7 @@ def search_subject_by_postcode(page: Page, postcode: str) -> None:
111111def search_subject_by_episode_closed_date (page : Page , episode_closed_date : str ) -> None :
112112 """
113113 This searches for a subject by their episode closed date and checks the page has redirected accordingly
114-
114+
115115 Args:
116116 page (Page): This is the playwright page object
117117 episode_closed_date (str): The screening subject's episode closed date
@@ -125,7 +125,7 @@ def search_subject_by_episode_closed_date(page: Page, episode_closed_date: str)
125125def search_subject_by_status (page : Page , status : str ) -> None :
126126 """
127127 This searches for a subject by their screening status and checks the page has redirected accordingly
128-
128+
129129 Args:
130130 page (Page): This is the playwright page object
131131 status (str): The screening subject's screening status
@@ -139,7 +139,7 @@ def search_subject_by_status(page: Page, status: str) -> None:
139139def search_subject_by_latest_event_status (page : Page , status : str ) -> None :
140140 """
141141 This searches for a subject by their latest event status and checks the page has redirected accordingly
142-
142+
143143 Args:
144144 page (Page): This is the playwright page object
145145 status (str): The screening subject's latest event status
@@ -155,7 +155,7 @@ def search_subject_by_search_area(
155155) -> None :
156156 """
157157 This searches for a subject by the search area, populating necessary fields were needed, and checks that the page has redirected accordingly
158-
158+
159159 Args:
160160 page (Page): This is the playwright page object
161161 status (str): The screening subject's screening status
0 commit comments