From 40d5334ddb77186f1f1b5225cea9d21434b09726 Mon Sep 17 00:00:00 2001 From: Ilias Dimopoulos <idimopoulos@hotmail.com> Date: Thu, 23 Mar 2023 12:25:52 +0200 Subject: [PATCH] ISAICP-7634: Topics are already deployed. --- tests/features/update/topic_migration.feature | 39 ------------------- 1 file changed, 39 deletions(-) delete mode 100644 tests/features/update/topic_migration.feature diff --git a/tests/features/update/topic_migration.feature b/tests/features/update/topic_migration.feature deleted file mode 100644 index 714e8ff773..0000000000 --- a/tests/features/update/topic_migration.feature +++ /dev/null @@ -1,39 +0,0 @@ -@group-clone @api -Feature: Test the migration of the topics. - - Scenario Outline: Test a created topic. - Given I go to the "<term name>" topic term page - # The fact that we are on the search page and not a 404 page is enough to - # ensure that the topic has been migrated. - Then I should see the heading "Advanced search" - Examples: - | term name | - | Digital ready policymaking | - | Innovation | - | Legal | - | Observatories | - | Reusable Software Components | - | Semantics | - | Smart cities | - | Tools | - - Scenario: Test renamed topic. - Given I go to the "Open Source Software" topic term page - # The fact that we are on the search page and not a 404 page is enough to - # ensure that the topic has been renamed (loaded by name). - Then I should see the heading "Advanced search" - - Given I go to the "Culture and education" topic term page - Then I should see the heading "Advanced search" - - Scenario: Test entities moved to a new topic. - Given I go to the "PDF-Over" solution - Then I should see the text "eIdentity and eSignature" in the "Header" region - And I should see the text "ICT security" in the "Header" region - # Entities referencing the "Defence" topic were moved to "ICT security" topic. - And I should not see the text "Defence" in the "Header" region - - Given I am logged in as a moderator - And I go to the "Human-Centricity in Digital Delivery: Enhancing Agile Governance" news - And I click "Edit" - Then the option "-eGovernment" should be selected -- GitLab