Skip to content
Snippets Groups Projects
Verified Commit ecb66fe1 authored by Alexandre Dias's avatar Alexandre Dias
Browse files

ISAICP-8376: Fix change-collection url.

parent b13e7044
No related branches found
No related tags found
2 merge requests!197Release 2.0.2,!196Release 2.0.1
......@@ -21,15 +21,13 @@ Feature: As a moderator I want to be able to move solutions to other collection.
Given I am an anonymous user
When I go to the homepage of the "Source" collection
Then I should not see the link "Manage solutions"
# This URL works because of redirection. Use the correct URL in ISAICP-8376.
When I go to "/rdf_entity/http_e_f_fexample_ccom_fsource/change-collection"
When I go to "/collection/source/change-collection"
Then I should see the heading "Sign in to continue"
Given I am logged in as an "authenticated"
When I go to the homepage of the "Source" collection
Then I should not see the link "Manage solutions"
# This URL works because of redirection. Use the correct URL in ISAICP-8376.
When I go to "/rdf_entity/http_e_f_fexample_ccom_fsource/change-collection"
When I go to "/collection/source/change-collection"
Then I should get an access denied error
Given 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