@@ -179,7 +179,7 @@ def test_search_screening_subject_by_status_call(page: Page) -> None:
179179@pytest .mark .smoke
180180def test_search_screening_subject_by_status_inactive (page : Page ) -> None :
181181 """
182- Confirms screening subjects can be searched for, using the screening status (call ) by doing the following:
182+ Confirms screening subjects can be searched for, using the screening status (Inactive ) by doing the following:
183183 - Clear filters
184184 - Select status from dropdown
185185 - Pressing Tab is required after text input, to make the search button become active.
@@ -195,7 +195,7 @@ def test_search_screening_subject_by_status_inactive(page: Page) -> None:
195195@pytest .mark .smoke
196196def test_search_screening_subject_by_status_opt_in (page : Page ) -> None :
197197 """
198- Confirms screening subjects can be searched for, using the screening status (call ) by doing the following:
198+ Confirms screening subjects can be searched for, using the screening status (opt-in ) by doing the following:
199199 - Clear filters
200200 - Select status from dropdown
201201 - Pressing Tab is required after text input, to make the search button become active.
@@ -211,7 +211,7 @@ def test_search_screening_subject_by_status_opt_in(page: Page) -> None:
211211@pytest .mark .smoke
212212def test_search_screening_subject_by_status_recall (page : Page ) -> None :
213213 """
214- Confirms screening subjects can be searched for, using the screening status (call ) by doing the following:
214+ Confirms screening subjects can be searched for, using the screening status (recall ) by doing the following:
215215 - Clear filters
216216 - Select status from dropdown
217217 - Pressing Tab is required after text input, to make the search button become active.
@@ -227,7 +227,7 @@ def test_search_screening_subject_by_status_recall(page: Page) -> None:
227227@pytest .mark .smoke
228228def test_search_screening_subject_by_status_self_referral (page : Page ) -> None :
229229 """
230- Confirms screening subjects can be searched for, using the screening status (call ) by doing the following:
230+ Confirms screening subjects can be searched for, using the screening status (self-referral ) by doing the following:
231231 - Clear filters
232232 - Select status from dropdown
233233 - Pressing Tab is required after text input, to make the search button become active.
@@ -245,7 +245,7 @@ def test_search_screening_subject_by_status_self_referral(page: Page) -> None:
245245@pytest .mark .smoke
246246def test_search_screening_subject_by_status_surveillance (page : Page ) -> None :
247247 """
248- Confirms screening subjects can be searched for, using the screening status (call ) by doing the following:
248+ Confirms screening subjects can be searched for, using the screening status (surveillance ) by doing the following:
249249 - Clear filters
250250 - Select status from dropdown
251251 - Pressing Tab is required after text input, to make the search button become active.
@@ -263,7 +263,7 @@ def test_search_screening_subject_by_status_surveillance(page: Page) -> None:
263263@pytest .mark .smoke
264264def test_search_screening_subject_by_status_seeking_further_data (page : Page ) -> None :
265265 """
266- Confirms screening subjects can be searched for, using the screening status (call ) by doing the following:
266+ Confirms screening subjects can be searched for, using the screening status (seeking further data ) by doing the following:
267267 - Clear filters
268268 - Select status from dropdown
269269 - Pressing Tab is required after text input, to make the search button become active.
@@ -281,7 +281,7 @@ def test_search_screening_subject_by_status_seeking_further_data(page: Page) ->
281281@pytest .mark .smoke
282282def test_search_screening_subject_by_status_ceased (page : Page ) -> None :
283283 """
284- Confirms screening subjects can be searched for, using the screening status (call ) by doing the following:
284+ Confirms screening subjects can be searched for, using the screening status (ceased ) by doing the following:
285285 - Clear filters
286286 - Select status from dropdown
287287 - Pressing Tab is required after text input, to make the search button become active.
@@ -297,7 +297,7 @@ def test_search_screening_subject_by_status_ceased(page: Page) -> None:
297297@pytest .mark .smoke
298298def test_search_screening_subject_by_status_lynch_surveillance (page : Page ) -> None :
299299 """
300- Confirms screening subjects can be searched for, using the screening status (call ) by doing the following:
300+ Confirms screening subjects can be searched for, using the screening status (lynch surveillance ) by doing the following:
301301 - Clear filters
302302 - Select status from dropdown
303303 - Pressing Tab is required after text input, to make the search button become active.
@@ -315,7 +315,7 @@ def test_search_screening_subject_by_status_lynch_surveillance(page: Page) -> No
315315@pytest .mark .smoke
316316def test_search_screening_subject_by_status_lynch_self_referral (page : Page ) -> None :
317317 """
318- Confirms screening subjects can be searched for, using the screening status (call ) by doing the following:
318+ Confirms screening subjects can be searched for, using the screening status (lynch self referral ) by doing the following:
319319 - Clear filters
320320 - Select status from dropdown
321321 - Pressing Tab is required after text input, to make the search button become active.
@@ -336,7 +336,7 @@ def test_search_screening_subject_by_latest_episode_status_open_paused(
336336 page : Page ,
337337) -> None :
338338 """
339- Confirms screening subjects can be searched for, using the screening status (call ) by doing the following:
339+ Confirms screening subjects can be searched for, using the episode status (open/paused ) by doing the following:
340340 - Clear filters
341341 - Select status from dropdown
342342 - Pressing Tab is required after text input, to make the search button become active.
@@ -354,7 +354,7 @@ def test_search_screening_subject_by_latest_episode_status_open_paused(
354354@pytest .mark .smoke
355355def test_search_screening_subject_by_latest_episode_status_closed (page : Page ) -> None :
356356 """
357- Confirms screening subjects can be searched for, using the screening status (call ) by doing the following:
357+ Confirms screening subjects can be searched for, using the episode status (closed ) by doing the following:
358358 - Clear filters
359359 - Select status from dropdown
360360 - Pressing Tab is required after text input, to make the search button become active.
@@ -374,7 +374,7 @@ def test_search_screening_subject_by_latest_episode_status_no_episode(
374374 page : Page ,
375375) -> None :
376376 """
377- Confirms screening subjects can be searched for, using the screening status (call ) by doing the following:
377+ Confirms screening subjects can be searched for, using the episode status (no episode ) by doing the following:
378378 - Clear filters
379379 - Select status from dropdown
380380 - Pressing Tab is required after text input, to make the search button become active.
@@ -415,7 +415,7 @@ def test_search_screening_subject_by_gp_practice(
415415 page : Page , general_properties : dict
416416) -> None :
417417 """
418- Confirms screening subjects can be searched for, using the search area (home hub ) by doing the following:
418+ Confirms screening subjects can be searched for, using the search area (gp practice ) by doing the following:
419419 - Clear filters
420420 - Select screening status "recall" (searching by search area requires another search option to be selected)
421421 - Select "GP Practice" option from dropdown
0 commit comments