fix(reports): propagate PlaywrightTimeout so execution transitions to ERROR state (#39176)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
(cherry picked from commit 587fe4af63)
This commit is contained in:
Elizabeth Thompson
2026-04-08 11:00:03 -07:00
committed by Michael S. Molina
parent fcd2bac21d
commit e9ca6e04d5
2 changed files with 22 additions and 14 deletions

View File

@@ -387,8 +387,7 @@ class WebDriverPlaywright(WebDriverProxy):
)
except PlaywrightTimeout:
# raise again for the finally block, but handled above
pass
raise
except PlaywrightError:
logger.exception(
"Encountered an unexpected error when requesting url %s", url