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
48b3016f
Commit
48b3016f
authored
1 year ago
by
Claudiu Cristea
Browse files
Options
Downloads
Patches
Plain Diff
ISAICP-8401: Adapt tests.
parent
16e64686
No related branches found
Branches containing commit
Tags
v1.101.1
Tags containing commit
1 merge request
!145
ISAICP-8401: [regression] EIRA URI redirection crashes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/features/communities/eira/eira.feature
+2
-2
2 additions, 2 deletions
tests/features/communities/eira/eira.feature
with
2 additions
and
2 deletions
tests/features/communities/eira/eira.feature
+
2
−
2
View file @
48b3016f
...
...
@@ -5,11 +5,11 @@ Feature: As an anonymous user, when I visit /data/dr8, I should get the cached
Scenario
:
Test the content and the caching.
When
go to
"/data/dr8"
Then
the output should match the file contents of
"../../../
.ddev/virtuoso
/vocab/EIRA_SKOS.rdf"
Then
the output should match the file contents of
"../../../
resources
/vocab/EIRA_SKOS.rdf"
# Check if the page is cached.
When
I reload the page
Then
the page should be cached
And
the output should match the file contents of
"../../../
.ddev/virtuoso
/vocab/EIRA_SKOS.rdf"
And
the output should match the file contents of
"../../../
resources
/vocab/EIRA_SKOS.rdf"
Scenario
:
The properties block should appear in EIRA pages with relevant data.
When
I am logged in as a moderator
...
...
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