Failed: Cannot read property 'wait' of undefined
Xotabu4 opened this issue · 1 comments
Xotabu4 commented
When passing non element finder to matcher -
Message:
Failed: Cannot read property 'wait' of undefined
Stack:
TypeError: Cannot read property 'wait' of undefined
at compare.actual (/Users/akhotemskyi/e2e-poc/node_modules/jasmine-protractor-matchers/index.js:27:43)
at compare (/Users/akhotemskyi/e2e-poc/node_modules/jasminewd2/index.js:190:35)
at Expectation.toAppear (/Users/akhotemskyi/e2e-poc/node_modules/jasminewd2/index.js:170:7)
Need to make more cleaner error. Assert that type of element is correct.
Xotabu4 commented
Should be fine now.