@@ -220,7 +220,7 @@ def after_high_risk_result(page: Page) -> None:
220220
221221 # The following code is on the diagnostic test outcome page
222222 DiagnosticTestOutcomePage (page ).verify_diagnostic_test_outcome ("High-risk findings" )
223- DiagnosticTestOutcomePage (page ).select_test_outcome_option (OutcomeOfDiagnosticTest .Refer_Surveillance )
223+ DiagnosticTestOutcomePage (page ).select_test_outcome_option (OutcomeOfDiagnosticTest .REFER_SURVEILLANCE )
224224 DiagnosticTestOutcomePage (page ).click_save_button ()
225225
226226def after_lnpcp_result (page : Page ) -> None :
@@ -238,7 +238,7 @@ def after_lnpcp_result(page: Page) -> None:
238238
239239 # The following code is on the diagnostic test outcome page
240240 DiagnosticTestOutcomePage (page ).verify_diagnostic_test_outcome ("LNPCP" )
241- DiagnosticTestOutcomePage (page ).select_test_outcome_option (OutcomeOfDiagnosticTest .Refer_Surveillance )
241+ DiagnosticTestOutcomePage (page ).select_test_outcome_option (OutcomeOfDiagnosticTest .REFER_SURVEILLANCE )
242242 DiagnosticTestOutcomePage (page ).click_save_button ()
243243
244244def handover_subject_to_symptomatic_care (page : Page ) -> None :
@@ -400,7 +400,7 @@ def test_compartment_6(page: Page, smokescreen_properties: dict) -> None:
400400 DiagnosticTestOutcomePage (page ).verify_diagnostic_test_outcome (
401401 "Normal (No Abnormalities"
402402 )
403- DiagnosticTestOutcomePage (page ).select_test_outcome_option (OutcomeOfDiagnosticTest .Investigation_Complete )
403+ DiagnosticTestOutcomePage (page ).select_test_outcome_option (OutcomeOfDiagnosticTest .INVESTIGATION_COMPLETE )
404404 DiagnosticTestOutcomePage (page ).click_save_button ()
405405
406406 SubjectScreeningSummaryPage (page ).verify_latest_event_status_value (
0 commit comments