Cannot print error details on tests with .only
#6744
Labels
type: regression
A bug that didn't appear until a specific Cy version release
v4.0.0 🐛
Issue present since 4.0.0
Bug (regression - 4.0.0)
In open mode, if you put an
.only
on a failing testand click on the error,
the error is not printed to console;
instead it fails with
No error found for test id [testid]
this is due to changes with handling mocha
.only
tests made for4.0
The text was updated successfully, but these errors were encountered: