We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69acdeb commit c730077Copy full SHA for c730077
tests/regression/regression_tests/fobt_regression_tests/test_scenario_5.py
@@ -328,6 +328,9 @@ def test_scenario_5(page: Page) -> None:
328
# And I save Diagnosis Date Information
329
RecordDiagnosisDatePage(page).click_save_button()
330
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
+
334
# # Then my subject has been updated as follows:
335
# subject_assertion(
336
# nhs_no,
0 commit comments