From 2a4198f94d1c52bb7e0042cf1b4074f277538384 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 26 Mar 2019 21:49:44 +0100 Subject: [PATCH] add test for issue #1343 Keyword details for countries (which don't have address details). --- test/bdd/api/details/simple.feature | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/bdd/api/details/simple.feature b/test/bdd/api/details/simple.feature index a50e53cf..6bab1bc7 100644 --- a/test/bdd/api/details/simple.feature +++ b/test/bdd/api/details/simple.feature @@ -34,3 +34,10 @@ Feature: Object details | 1 | Then the result is valid html + # ticket #1343 + Scenario: Details of a country with keywords + When sending details query for R287072 + | keywords | + | 1 | + Then the result is valid html + -- 2.39.5