Skip to content

Commit a82fb16

Browse files
Update tests/smokescreen/test_compartment_5.py
Co-authored-by: adrianoaru-nhs <[email protected]> Signed-off-by: AndyG <[email protected]>
1 parent cb59a42 commit a82fb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smokescreen/test_compartment_5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_compartment_5(page: Page, smokescreen_properties: dict) -> None:
9393
# Populate Colonoscopy Assessment Details fields
9494

9595
# ASA Grade - I - Fit
96-
subject_datasets(page).select_asa_grade_option("FIT")
96+
subject_datasets(page).select_asa_grade_option(AsaGradeOptions.FIT.value)
9797

9898
# Fit for Colonoscopy (SSP) - Yes
9999
subject_datasets(page).select_fit_for_colonoscopy_option("YES")

0 commit comments

Comments
 (0)