Does cypress try to add a `stack` property to unca...
# e2e-testing
p
Does cypress try to add a
stack
property to uncaught application errors? I am getting a type error
TypeError: Cannot create property 'stack' on string 'Forbidden'
that I suspect is coming from cypress attempting to update an error to have a
stack
attribute, when it's actually receiving a string. Does that seem plausible?