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
{{ message }}
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.
I need to test that a JSON array contains an object node with a particular ID and that that object node has a particular value in one of its fields.
This could be worded as such:
@Then the JSON object :node_path in the JSON array :array_path having a member node :lookup_node equal to :lookup_value has another member :expected_name equal to :expected_value
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I need to test that a JSON array contains an object node with a particular ID and that that object node has a particular value in one of its fields.
This could be worded as such:
The text was updated successfully, but these errors were encountered: