From 861870445fcf0790d19fa4bea79f0ff3ebd91b86 Mon Sep 17 00:00:00 2001
From: Claudiu Cristea <clau.cristea@gmail.com>
Date: Mon, 19 Aug 2024 10:30:24 +0300
Subject: [PATCH] ISAICP-9013: Make sure we're checking the solution, not the
 stub.

---
 tests/features/joinup_core/persistent_uris.feature | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/features/joinup_core/persistent_uris.feature b/tests/features/joinup_core/persistent_uris.feature
index dea7350f04..3808ecb483 100644
--- a/tests/features/joinup_core/persistent_uris.feature
+++ b/tests/features/joinup_core/persistent_uris.feature
@@ -13,7 +13,7 @@ Feature:
     And the following solution:
       | title       | Persistent solution                                            |
       | collection  | Persistent collection                                          |
-      | description | Persistent solution                                            |
+      | description | Persistent solution description                                |
       | state       | published                                                      |
       | uri         | http://data.europa.eu/w21/ffb0ffc9-7704-45d3-95b3-42706b6320e5 |
     And release content:
@@ -90,6 +90,7 @@ Feature:
     # links back to the Joinup servers.
     Given I am on "data/w21/ffb0ffc9-7704-45d3-95b3-42706b6320e5"
     Then I should see the heading "Persistent solution"
+    And I should see "Persistent solution description"
 
     Given I am on "data/w21/37b8103e-26e5-4c81-8ce5-43ced02ff7d0"
     Then I should see the heading "Persistent collection"
-- 
GitLab