mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

Before this fix, unhandled error during test.fail(): - marks this test as "interrupted"; - fails next test in the file with "fatal error". After this fix: - marks this test as "failed as expected"; - restarts worker for the next test.