File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
tests/regression/regression_tests/fobt_regression_tests Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -663,14 +663,15 @@ def test_scenario_17(page: Page) -> None:
663663 page = page ,
664664 batch_type = "A183" ,
665665 batch_description = "GP Result (Abnormal)" ,
666- latest_event_status = "A167 - GP Abnormal FOBT Result Sent " ,
666+ # latest_event_status="A357 - Patient Unfit, Handover into Symptomatic Care ",
667667 )
668+
668669 # Then my subject has been updated as follows:
669670 subject_assertion (
670671 nhs_no ,
671672 {
672- "latest event status" : "A357 Patient Unfit,Handover into Symptomatic Care" ,
673673 "latest episode includes event status" : "A167 GP Abnormal FOBT Result Sent" ,
674+ "latest event status" : "A357 Patient Unfit, Handover into Symptomatic Care" ,
674675 },
675676 )
676677 LogoutPage (page ).log_out (close_page = False )
@@ -689,14 +690,6 @@ def test_scenario_17(page: Page) -> None:
689690 "A357" ,
690691 "Handover into Symptomatic Care, Patient Unfit" ,
691692 )
692- user_role = UserTools .user_login (
693- page , "Specialist Screening Practitioner at BCS009 & BCS001" , True
694- )
695-
696- OrganisationSwitchPage (page ).select_organisation_by_id ("BCS001" )
697- OrganisationSwitchPage (page ).click_continue ()
698- if user_role is None :
699- raise ValueError ("User role is none" )
700693 subject_assertion (
701694 nhs_no ,
702695 {
You can’t perform that action at this time.
0 commit comments