Skip to content

Commit 5dd323d

Browse files
committed
Autoformatted base page following update to click function
1 parent c06f413 commit 5dd323d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/base_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def go_to_screening_subject_search_page(self) -> None:
145145
self.click(self.screening_subject_search_page)
146146

147147
def click(self, locator: Locator) -> None:
148-
#Alerts table locator
148+
# Alerts table locator
149149
alerts_table = locator.get_by_role("table", name="cockpitalertbox")
150150
"""
151151
This is used to click on a locator

0 commit comments

Comments
 (0)