.equal(value)/.contain(value)/.match(regex), documentation for what else there is? #3185
Unanswered
alexmitylite
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm at the point where I'm writing tests, I wanted to make sure something was greater than 0 or was not 0, but when I look at this documentation here.
https://nightwatchjs.org/api/expect/#expect-matchers
It only tells me about .equal(), .contain() and .match(). After some googling around I found out about .notEqual() which worked great for me.
Is there documentation somewhere that will list ALL the options available? I've all over the documentation website and can't seem to find anything like that.
Beta Was this translation helpful? Give feedback.
All reactions