-
Notifications
You must be signed in to change notification settings - Fork 2.3k
patched 'expect' should understand 'not' #139
Comments
Is there an easy work around to this? |
@juliemr Please consider looking into this issue I've experienced as well: Custom matcher not asserting in Astrolabe/Protractor + Jasmine test I wonder if there's a relationship between |
Is there an alternate to using .not.toBe ? |
|
Thanks! I tried upgrading with "npm install protractor", but it gives lots of errors. See below. Maybe the package.json isn't quite right. npm ERR! peerinvalid The package protractor does not satisfy its siblings' peerD npm ERR! System Windows_NT 6.1.7601 |
Looks like your grunt-protractor-runner isn't up to date with the new version. Can you try updating grunt-protractor-runner? |
'expect' on promises currently doesn't understand the 'not' modifier.
The text was updated successfully, but these errors were encountered: