We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08be9ab commit e6b9e7cCopy full SHA for e6b9e7c
pages/screening_subject_search/record_diagnosis_date_page.py
@@ -19,7 +19,7 @@ def get_alert_message(self) -> str:
19
Retrieves the visible alert message from the page, if any.
20
Returns:
21
str: The inner text of the alert element if it's visible;
22
- otherwise, an empty string.
+ otherwise, an empty string.
23
"""
24
self.alert_message = self.page.get_by_role("alert")
25
if self.alert_message.is_visible():
0 commit comments