Skip to content

Commit eb5bc56

Browse files
committed
Addressing review comment
1 parent 0b97db7 commit eb5bc56

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pages/screening_subject_search/diagnostic_test_outcome_page.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ def verify_diagnostic_test_outcome(self, outcome_name: str) -> None:
2525
expect(self.page.get_by_role("cell", name=outcome_name).nth(1)).to_be_visible()
2626

2727
def select_test_outcome_option(self, option: str) -> None:
28-
"""Select an option from the Outcome of Diagnostic Test dropdown."""
28+
"""Select an option from the Outcome of Diagnostic Test dropdown.
29+
30+
Args:
31+
option (str): option (str): The option to select from the Outcome Of Diagnostic Test options.
32+
"""
2933
self.test_outcome_dropdown.select_option(option)
3034

3135
def click_save_button(self) -> None:

0 commit comments

Comments
 (0)