Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
digit-joinup-reference
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ec-europa
digit-joinup-reference
Commits
40d5334d
Commit
40d5334d
authored
2 years ago
by
Ilias Dimopoulos
Browse files
Options
Downloads
Patches
Plain Diff
ISAICP-7634: Topics are already deployed.
parent
0c4ea5e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!91
ISAICP-7634: Safeproof for lost data. Improve ntriples performance.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/features/update/topic_migration.feature
+0
-39
0 additions, 39 deletions
tests/features/update/topic_migration.feature
with
0 additions
and
39 deletions
tests/features/update/topic_migration.feature
deleted
100644 → 0
+
0
−
39
View file @
0c4ea5e6
@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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment