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 c06f413 commit 5dd323dCopy full SHA for 5dd323d
pages/base_page.py
@@ -145,7 +145,7 @@ def go_to_screening_subject_search_page(self) -> None:
145
self.click(self.screening_subject_search_page)
146
147
def click(self, locator: Locator) -> None:
148
- #Alerts table locator
+ # Alerts table locator
149
alerts_table = locator.get_by_role("table", name="cockpitalertbox")
150
"""
151
This is used to click on a locator
0 commit comments