featurist / browser-monkey

Reliable DOM testing
https://browsermonkey.org
53 stars 6 forks source link

If I say {text:''} I expect empty, not containing '' (everything does) #39

Closed adiel closed 8 years ago

adiel commented 8 years ago

Same for {value: ''}

These conditions were always returning true, so you'd have had to say {exactText/Value: ''} which is fine, but very counter-intuitive that {text:''} is always true.

adiel commented 8 years ago

Travis failure looks flakey to me, how do I re run?

dereke commented 8 years ago

I've re run it, you have to do it on travis, @refractalize can give you access if you don't already. I am happy with this change, it make much more sense than the default