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

ISAICP-7384: Remove tests features applied in v1.86.0 and v1.86.1.

parent 14856d69
No related branches found
No related tags found
1 merge request!55ISAICP-7384: Fix Search API security fix SA-CONTRIB-2022-059.
@api @group-clone
Feature: Test update deploy_0108601.
Scenario: Navigate to a joinup-licensing-assistant solution, and assert that the link IS NOT present in the left-side menu for not anonymous user.
Given I am an anonymous user
When I visit "/collection/eupl/solution/joinup-licensing-assistant/jla-compatibility-checker"
Then I should not see the link "Compatibility Documents"
Scenario: Navigate to a joinup-licensing-assistant solution, and assert that the link IS present in the left-side menu for Licence manager role.
Given I am logged in as a user with the "Licence manager" role
When I visit "/collection/eupl/solution/joinup-licensing-assistant/jla-compatibility-checker"
Then I should see the heading "Legal notice"
When I check "agree"
And I press "Submit"
Then I should see the heading "JLA - Compatibility Checker"
And I should see the link "Compatibility Documents"
@group-clone @api
Feature: Test joinup_core_deploy_108600.
Scenario: All active members with accepted terms have active announcements.
Given all active memberships with accepted terms have active announcements
Scenario: Ensure announcements are enable in existing collection.
When I am logged in as a moderator
And I go to the homepage of the "EC Open Source Programme Office" collection
And I should see the link "Settings" in the "Entity actions" region
And I click "Settings" in the "Entity actions" region
Then I should see the heading "EC Open Source Programme Office collection settings"
And the "Announcements enabled" checkbox should be checked
Then I go to the homepage of the "Joinup" collection
And I should see the link "Settings" in the "Entity actions" region
And I click "Settings" in the "Entity actions" region
Then I should see the heading "Joinup collection settings"
And the "Announcements enabled" checkbox should be checked
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