22from playwright .sync_api import Page , expect
33from pages .base_page import BasePage
44from utils .user_tools import UserTools
5- from utils .calendar_picker import CalendarPicker
6- from datetime import datetime
75from utils .screening_subject_page_searcher import verify_subject_event_status_by_nhs_no
86from pages .screening_subject_search .subject_screening_summary_page import (
97 SubjectScreeningSummaryPage ,
@@ -279,7 +277,7 @@ def test_compartment_6(page: Page, smokescreen_properties: dict) -> None:
279277
280278 # This needs to be repeated for two subjects, one old and one not - High Risk Result
281279 # Older patient
282- nhs_no = "9109877185 "
280+ nhs_no = "9577049095 "
283281 go_to_investigation_datasets_page (page , nhs_no )
284282
285283 # The following code is on the investigation datasets page
@@ -294,7 +292,7 @@ def test_compartment_6(page: Page, smokescreen_properties: dict) -> None:
294292 handover_subject_to_symptomatic_care (page )
295293
296294 # Younger patient
297- nhs_no = "9624131880 "
295+ nhs_no = "9567180636 "
298296 go_to_investigation_datasets_page (page , nhs_no )
299297
300298 # The following code is on the investigation datasets page
@@ -324,7 +322,7 @@ def test_compartment_6(page: Page, smokescreen_properties: dict) -> None:
324322
325323 # This needs to be repeated for two subjects, one old and one not - LNPCP Result
326324 # Older patient
327- nhs_no = "9648064792 "
325+ nhs_no = "9237051190 "
328326 go_to_investigation_datasets_page (page , nhs_no )
329327
330328 # The following code is on the investigation datasets page
@@ -339,7 +337,7 @@ def test_compartment_6(page: Page, smokescreen_properties: dict) -> None:
339337 handover_subject_to_symptomatic_care (page )
340338
341339 # Younger patient
342- nhs_no = "9627060208 "
340+ nhs_no = "9564243211 "
343341 go_to_investigation_datasets_page (page , nhs_no )
344342
345343 # The following code is on the investigation datasets page
@@ -367,7 +365,7 @@ def test_compartment_6(page: Page, smokescreen_properties: dict) -> None:
367365 )
368366
369367 # This needs to be repeated for 1 subject, age does not matter - Normal Result
370- nhs_no_normal = "9965184321 "
368+ nhs_no_normal = "9648226105 "
371369 go_to_investigation_datasets_page (page , nhs_no_normal )
372370
373371 # The following code is on the investigation datasets page
0 commit comments