Skip to content
Snippets Groups Projects

ISAICP-9062: Fix the state of OSS Catalogue

Merged Claudiu Cristea requested to merge digit/digit-joinup-dev:ISAICP-9062 into master
@@ -62,8 +62,6 @@ Feature: Test EU OSS Catalogue killswitch
Then the response status code should be 200
And I go to the content page of the type "oss_solution" with the title "The Opensource Panacea"
Then the response status code should be 200
When I am on the homepage
Then I should see "EU Open Source Solutions Catalogue"
Given I am an anonymous user
When I go to "/eu-oss-catalogue"
@@ -91,7 +89,8 @@ Feature: Test EU OSS Catalogue killswitch
Then I should see "EU Open Source Solutions Catalogue"
Given I am logged in as a "developer"
When I press "Disable EU OSS Catalogue"
When I visit "/dashboard"
And I press "Disable EU OSS Catalogue"
Then I should see the success message "EU OSS Catalogue has been disabled"
When I go to "/eu-oss-catalogue"
Loading