Skip to content

Commit b412498

Browse files
As per PR 42 comments, pushing latest changes.
1 parent 50a9930 commit b412498

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
@@ -166,7 +166,7 @@ def test_compartment_5(page: Page, smokescreen_properties: dict) -> None:
166166
# select 'Outcome' - 'Post-investigation Appointment Not Required' and click 'Save'
167167

168168
ContactWithPatientPage(page).select_direction_dropdown_option("To patient")
169-
ContactWithPatientPage(page).select_callerid_dropdown_option(index=0)
169+
ContactWithPatientPage(page).select_callerid_dropdown_option("Amid, Snoring (FS Screening Coordinator)")
170170
ContactWithPatientPage(page).click_calendar_button()
171171
CalendarPicker(page).select_day(datetime.today())
172172
ContactWithPatientPage(page).enter_start_time("11:00")

0 commit comments

Comments
 (0)