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
Add (dont)seeResponseJsonXpathEvaluatesTo methods
* compare result of evaluated xpath expression to value
* replace same instead equal
* bug fix tests
* bug fix docu
* Change assertions to stricter
* Revert test change, because evalueXpath returns float
* expect float
* revert to assertEquals
* Use assertEquals in new methods
because float can be returned when integer is expected
* Remoce unnecessary space
Co-authored-by: Gintautas Miselis <gintautas@miselis.lt>