Skip to content
Snippets Groups Projects
Commit 0237d811 authored by Adrian Lorenc's avatar Adrian Lorenc Committed by Claudiu Cristea
Browse files

ISAICP-9488: Add some tests.

parent 88d3aba2
No related branches found
No related tags found
1 merge request!210Patch release 2.2.1
@api @group-clone
Feature: URL of a collection is not changed.
@update:joinup_core_deploy_200300
Scenario Outline: Update collection alias.
Given I am logged in as a user with the "moderator" role
And I visit "<path>"
And I fill in "Short ID" with "<Short ID>"
And I press "Publish"
When I should be on "<expected>"
Examples:
| path | Short ID | expected |
| /collection/nifo-national-interoperability-framework-observatory/edit | | /collection/iopeu-monitoring |
| /interoperable-europe/edit | inter-europe | /interoperable-europe |
@update:joinup_core_deploy_200300
Scenario Outline: Update solution alias.
Given I am logged in as a user with the "moderator" role
And I visit "<path>"
And I fill in "Short ID" with "<Short ID>"
And I select "Architecture Principle" from "Solution type"
And I press "Publish"
When I should be on "<expected>"
Examples:
| path | Short ID | expected |
| /collection/european-interoperability-reference-architecture-eira/solution/egovera/edit | egovera | /collection/european-interoperability-reference-architecture-eira/solution/egovera |
| /collection/statistics/solution/eurotrace/edit | etsolution | /collection/statistics/solution/etsolution |
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