Skip to content

Commit b587d98

Browse files
committed
Addressing review comments
1 parent 3d597bd commit b587d98

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
@@ -143,7 +143,7 @@ def test_compartment_5(page: Page, smokescreen_properties: dict) -> None:
143143
AttendDiagnosticTest.select_actual_type_of_test_dropdown_option("Colonoscopy")
144144
AttendDiagnosticTest.click_calendar_button()
145145
CalendarPicker(page).v1_calender_picker(datetime.today())
146-
AttendDiagnosticTest.click_save_button
146+
AttendDiagnosticTest.click_save_button()
147147
SubjectScreeningSummary(page).verify_latest_event_status_value(
148148
"A259 - Attended Diagnostic Test"
149149
)

0 commit comments

Comments
 (0)