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
Note sure if this is related but, when I use Jasmine 2 I get stack traces like this:
Message:
Failed: undefined is not a function
Stack:
Error: Failed: undefined is not a function
at /my-app/node_modules/protractor/node_modules/jasminewd2/index.js:104:16
While Jasmine 1 has this stack trace:
Message:
TypeError: undefined is not a function
Stacktrace:
TypeError: undefined is not a function
at [object Object].<anonymous> (/my-app/src/file_e2e.js:31:29)
None of the ===async task=== stuff is getting added to the reported stack traces.
The text was updated successfully, but these errors were encountered: