[Bug]: test.fail
and addLocatorHandler
causes other test cases to be skipped
#34807
Labels
test.fail
and addLocatorHandler
causes other test cases to be skipped
#34807
Version
1.50.1
Steps to reproduce
The reproduction example is in https://github.com/datwaft/playwright-skipping-tests-on-test.fail but the important part is the following:
You can run the reproduction example with:
npm install npx playwright test
Expected behavior
Like when not using
addLocatorHandler
the tests after the one that should fail should not be skipped.Actual behavior
Additional context
I found a related bug in #26435 but the reproduction is different.
Environment
The text was updated successfully, but these errors were encountered: