File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
tests/regression/regression_tests/fobt_regression_tests Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ def test_scenario_11(page: Page) -> None:
254254
255255 # And I update the Colonoscopy Assessment Dataset with the following values:
256256 ColonoscopyDatasetsPage (page ).select_fit_for_colonoscopy_option (
257- FitForColonoscopySspOptions .YES
257+ option = FitForColonoscopySspOptions .YES
258258 )
259259 ColonoscopyDatasetsPage (page ).click_dataset_complete_radio_button_yes ()
260260
@@ -270,7 +270,8 @@ def test_scenario_11(page: Page) -> None:
270270
271271 # Then my subject has been updated as follows:
272272 subject_assertion (
273- nhs_no , {"latest event status" : "A99 Suitable for Endoscopic Test" }
273+ nhs_number = nhs_no ,
274+ criteria = {"latest event status" : "A99 Suitable for Endoscopic Test" },
274275 )
275276
276277 # When I view the subject
You can’t perform that action at this time.
0 commit comments