mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(playwright): Using warning for timeouts (#38441)
This commit is contained in:
@@ -303,7 +303,7 @@ class WebDriverPlaywright(WebDriverProxy):
|
||||
for loading_element in page.locator(".loading").all():
|
||||
loading_element.wait_for(state="detached")
|
||||
except PlaywrightTimeout:
|
||||
logger.exception(
|
||||
logger.warning(
|
||||
"Timed out waiting for charts to load at url %s", url
|
||||
)
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user