Skip to content

Commit d94b12a

Browse files
committed
Updated click helper util
1 parent 50ce60c commit d94b12a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/base_page.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ def click(self, locator: Locator) -> None:
156156
if alerts_table.is_visible():
157157
alerts_table.wait_for(state="attached")
158158
alerts_table.wait_for(state="visible")
159+
159160
try:
160161
self.page.wait_for_load_state("load")
161162
self.page.wait_for_load_state("domcontentloaded")

0 commit comments

Comments
 (0)