Exceptions in after() don't show up in UI #3348
Labels
topic: unhandled exceptions ⚠️
Issues involving unhandled or uncaught exception handling
type: bug
type: duplicate
This issue or pull request already exists
Current behavior
If after() is defined in root level (not in describe and not in it) and an error is thrown then the UI does not show the Error.
Desired behavior
UI should show Exceptions thrown in after
To reproduce
See (there are 4 specs showing weird behavior):
https://github.com/danielschwartz85/after-error-not-shown
Versions
Cypress 3.1.5
Ubuntu 18.04.1
Tnx.
The text was updated successfully, but these errors were encountered: