Skip to content

Commit e6b9e7c

Browse files
As per PR # 107 comments, code change is implemented.
1 parent 08be9ab commit e6b9e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/screening_subject_search/record_diagnosis_date_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def get_alert_message(self) -> str:
1919
Retrieves the visible alert message from the page, if any.
2020
Returns:
2121
str: The inner text of the alert element if it's visible;
22-
otherwise, an empty string.
22+
otherwise, an empty string.
2323
"""
2424
self.alert_message = self.page.get_by_role("alert")
2525
if self.alert_message.is_visible():

0 commit comments

Comments
 (0)