Skip to content

Commit 9e9a872

Browse files
committed
updated c6 in accordance with review comments
1 parent 70f67e9 commit 9e9a872

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/smokescreen/test_compartment_6.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

226226
def 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

244244
def 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

Comments
 (0)