Skip to content

Commit 22ef26f

Browse files
committed
Addressing the review comment
1 parent e5de396 commit 22ef26f

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

pages/screening_subject_search/contact_with_patient_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self, page: Page):
1919
self.calendar_button = self.page.get_by_role("button", name="Calendar")
2020
self.start_time_field = self.page.locator("#UI_START_TIME")
2121
self.end_time_field = self.page.locator("#UI_END_TIME")
22-
self.discussion_record_text_field = page.locator("#UI_COMMENT_ID")
22+
self.discussion_record_text_field = self.page.locator("#UI_COMMENT_ID")
2323
self.outcome_dropdown = self.page.locator("#UI_OUTCOME")
2424
self.save_button = self.page.get_by_role("button", name="Save")
2525

tests/smokescreen/test_compartment_5.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -185,17 +185,6 @@ def test_compartment_5(page: Page, smokescreen_properties: dict) -> None:
185185
page
186186
).click_record_other_post_investigation_contact_button()
187187

188-
# Complete 'Contact Direction', To patient
189-
# 'Contact made between patient and', Selects the top option in the dropdown
190-
# Complete 'Contact Direction', To patient
191-
# 'Contact made between patient and', Selects the top option in the dropdown
192-
# 'Date of Patient Contact', Today
193-
# 'Duration', 01:00
194-
# 'Start Time', 11:00
195-
# 'End Time', 12:00
196-
# 'Discussion Record' TEST AUTOMATION
197-
# select 'Outcome' - 'Post-investigation Appointment Not Required' and click 'Save'
198-
199188
ContactWithPatientPage(page).select_direction_dropdown_option("To patient")
200189
ContactWithPatientPage(page).select_caller_id_dropdown_index_option(1)
201190
ContactWithPatientPage(page).click_calendar_button()

0 commit comments

Comments
 (0)