You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you getting this only in tests? As I look at it this might be a real live issues. The problem I might see here is that we have the collect types and filter logs options that could make it so that those logs that get updated we dont store them actually.
So an easy fix would be just to simply check if there is that key in the logs.
Yes, i am only getting this in tests and if i edit the File as described above the error is gone.
Sure i could filter out error messages but this is more like a workaround.
I don't know the code as good as you do, so i hoped that you might approve my fix suggestions, knowing that this is just a check to prevent the error, not resolving the error in its origin.
I am getting this error when running all tests.
This does not occure in single runs.
I figured out that checking for undefined in here fixes the issue as well as resetting
in the
.on('test')
callback here.Looking forward to hear any feedback or see any fixes.
Best,
Sven
The text was updated successfully, but these errors were encountered: