diff --git a/tests/features/update/topic_migration.feature b/tests/features/update/topic_migration.feature deleted file mode 100644 index 714e8ff773609edc210e3f0129f81226cba11605..0000000000000000000000000000000000000000 --- 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