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
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
I am using protractor to test an angularJS application.
Most of the errors I am getting are showing the same stack traces related to promises, when this is not where the actual error is occurring.
Is this a config / setup error?
For example, if I use an undefined function I get a stack trace that does not relate to the where the undefined function is called.
example stack trace:
at /foo/bar/node_modules/gulp-protractor/node_modules/protractor/node_modules/jasminewd2/index.js:102:16
at [object Object].promise.ControlFlow.runInFrame_ (/foo/bar/node_modules/gulp-protractor/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver/promise.js:1877:20)
at [object Object].promise.Callback_.goog.defineClass.notify (/foo/bar/node_modules/gulp-protractor/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver/promise.js:2464:25)
at [object Object].promise.Promise.notify_ (/foo/bar/node_modules/gulp-protractor/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver/promise.js:563:12) `
Protractor version: 2.0.0
Jasmine version: 2.1.1
Had anyone else had this?
Thanks in advance,
The text was updated successfully, but these errors were encountered:
I am using protractor to test an angularJS application.
Most of the errors I am getting are showing the same stack traces related to promises, when this is not where the actual error is occurring.
Is this a config / setup error?
For example, if I use an undefined function I get a stack trace that does not relate to the where the undefined function is called.
example stack trace:
Protractor version: 2.0.0
Jasmine version: 2.1.1
Had anyone else had this?
Thanks in advance,
The text was updated successfully, but these errors were encountered: