From 374a059044cf0a219dac098145072a4994547277 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Wed, 2 Sep 2020 11:04:22 +0200 Subject: [PATCH] Check that missing node is not null --- tests/features/json.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/features/json.feature b/tests/features/json.feature index 3521f60c..23a2b973 100644 --- a/tests/features/json.feature +++ b/tests/features/json.feature @@ -48,6 +48,7 @@ Feature: Testing JSONContext | foo | something else | And the JSON node "bar" should not exist + And the JSON node "bar" should not be null Scenario: Json validation with schema Given I am on "/json/imajson.json"