diff --git a/features/json_inspection.feature b/features/json_inspection.feature index 60ebccf..0c06d68 100644 --- a/features/json_inspection.feature +++ b/features/json_inspection.feature @@ -37,6 +37,9 @@ Feature: Test json inspection payload Scenario: Json array should contain specific values Then the JSON array node "fooarray" should contain "bar1" element And the JSON array node "fooarray" should contain "bar2" element + + Scenario: Json array should not contain specific values + Then the JSON array node "fooarray" should not contain "bar3" element Scenario: Json nodes should contain specific values Then the JSON node "foo" should contain "a"