Skip to content

Commit d096fe9

Browse files
committed
completing scenario 1
1 parent 815ed9a commit d096fe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/regression/regression_tests/surveillance_regression_tests/test_surveillance_scenario_1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def test_scenario_1(page: Page, general_properties: dict) -> None:
104104
nhs_no = GenerateHealthCheckFormsUtil(page).invite_surveillance_subjects_early(
105105
general_properties["eng_screening_centre_id"]
106106
)
107+
logging.info(f"[SUBJECT RETRIEVAL] Subject's NHS Number: {nhs_no}")
107108
# Then my subject has been updated as follows:
108109

109110
criteria = {
@@ -120,7 +121,7 @@ def test_scenario_1(page: Page, general_properties: dict) -> None:
120121
SubjectRepository().there_is_letter_batch_for_subject(
121122
nhs_no, "X500", "Surveillance Selection"
122123
)
123-
# Then Comment: NHS number logging.info(f"Surveillance Scenario NHS Number: {nhs_number}")
124+
124125
# When I set the value of parameter 82 to "Y" for my organisation with immediate effect
125126
org_id = general_properties["eng_screening_centre_id"]
126127
set_org_parameter_value(82, "Y", org_id)

0 commit comments

Comments
 (0)