Skip to content

Commit c730077

Browse files
committed
Addressing PR comment
1 parent 69acdeb commit c730077

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/regression/regression_tests/fobt_regression_tests/test_scenario_5.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ def test_scenario_5(page: Page) -> None:
328328
# And I save Diagnosis Date Information
329329
RecordDiagnosisDatePage(page).click_save_button()
330330

331+
# The steps below have been commented out because it appears that the A50 event is not currently being created when the diagnosis date is recorded.
332+
# The final assertion (line 353) passes without these steps so this needs to be investigated and fixed when Kate and Rob return from leave.
333+
331334
# # Then my subject has been updated as follows:
332335
# subject_assertion(
333336
# nhs_no,

0 commit comments

Comments
 (0)