Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
digit-joinup-reference
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ec-europa
digit-joinup-reference
Merge requests
!187
ISAICP-9062: Fix the state of OSS Catalogue
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ISAICP-9062: Fix the state of OSS Catalogue
digit/digit-joinup-dev:ISAICP-9062
into
master
Overview
7
Commits
3
Pipelines
0
Changes
4
Merged
Claudiu Cristea
requested to merge
digit/digit-joinup-dev:ISAICP-9062
into
master
7 months ago
Overview
7
Commits
3
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 1
version 6
921d68d5
7 months ago
version 5
840a2561
7 months ago
version 4
facd13d2
7 months ago
version 3
3852bb10
7 months ago
version 2
2b691040
7 months ago
version 1
318bc2b0
7 months ago
master (base)
and
version 2
latest version
f6231a16
3 commits,
7 months ago
version 6
921d68d5
2 commits,
7 months ago
version 5
840a2561
2 commits,
7 months ago
version 4
facd13d2
2 commits,
7 months ago
version 3
3852bb10
1 commit,
7 months ago
version 2
2b691040
1 commit,
7 months ago
version 1
318bc2b0
1 commit,
7 months ago
Show latest version
1 file
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tests/features/communities/oss_catalogue/oss_catalogue_visibility.feature
+
2
−
3
Options
@@ -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