Skip to content
Snippets Groups Projects
Commit 48b3016f authored by Claudiu Cristea's avatar Claudiu Cristea
Browse files

ISAICP-8401: Adapt tests.

parent 16e64686
No related branches found
Tags v1.101.1
1 merge request!145ISAICP-8401: [regression] EIRA URI redirection crashes
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment