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 50ce60c commit d94b12aCopy full SHA for d94b12a
pages/base_page.py
@@ -156,6 +156,7 @@ def click(self, locator: Locator) -> None:
156
if alerts_table.is_visible():
157
alerts_table.wait_for(state="attached")
158
alerts_table.wait_for(state="visible")
159
+
160
try:
161
self.page.wait_for_load_state("load")
162
self.page.wait_for_load_state("domcontentloaded")
0 commit comments