@@ -286,7 +286,7 @@ def test_compartment_6(page: Page, smokescreen_properties: dict) -> None:
286286
287287 # This needs to be repeated for two subjects, one old and one not - High Risk Result
288288 # Older patient
289- nhs_no = "9408053060 "
289+ nhs_no = "9772286785 "
290290 go_to_investigation_datasets_page (page , nhs_no )
291291
292292 # The following code is on the investigation datasets page
@@ -301,7 +301,7 @@ def test_compartment_6(page: Page, smokescreen_properties: dict) -> None:
301301 handover_subject_to_symptomatic_care (page )
302302
303303 # Younger patient
304- nhs_no = "9867151259 "
304+ nhs_no = "9802397318 "
305305 go_to_investigation_datasets_page (page , nhs_no )
306306
307307 # The following code is on the investigation datasets page
@@ -331,7 +331,7 @@ def test_compartment_6(page: Page, smokescreen_properties: dict) -> None:
331331
332332 # This needs to be repeated for two subjects, one old and one not - LNPCP Result
333333 # Older patient
334- nhs_no = "9546869694 "
334+ nhs_no = "9359523194 "
335335 go_to_investigation_datasets_page (page , nhs_no )
336336
337337 # The following code is on the investigation datasets page
@@ -346,7 +346,7 @@ def test_compartment_6(page: Page, smokescreen_properties: dict) -> None:
346346 handover_subject_to_symptomatic_care (page )
347347
348348 # Younger patient
349- nhs_no = "9546692670 "
349+ nhs_no = "9828941813 "
350350 go_to_investigation_datasets_page (page , nhs_no )
351351
352352 # The following code is on the investigation datasets page
@@ -374,7 +374,7 @@ def test_compartment_6(page: Page, smokescreen_properties: dict) -> None:
374374 )
375375
376376 # This needs to be repeated for 1 subject, age does not matter - Normal Result
377- nhs_no_normal = "9692517950 "
377+ nhs_no_normal = "9852356488 "
378378 go_to_investigation_datasets_page (page , nhs_no_normal )
379379
380380 # The following code is on the investigation datasets page
0 commit comments