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
!204
Release 2.1.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release 2.1.0
digit/digit-joinup-dev:release/2.1.0
into
master
Overview
0
Commits
364
Pipelines
0
Changes
1
Merged
Claudiu Cristea
requested to merge
digit/digit-joinup-dev:release/2.1.0
into
master
4 months ago
Overview
0
Commits
364
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
78621235
Prev
Next
Show latest version
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
78621235
ISAICP-9289: Add test to check if JS is loaded.
· 78621235
Alexandre Dias
authored
4 months ago
tests/features/smoke_test.feature
+
6
−
0
Options
@@ -19,3 +19,9 @@ Feature: Minimal install clone testing.
And
"Solutions"
should be the active item in the
"Navigation bar"
region
Then
I visit
"/collection/portal"
And
no menu items should be active in the
"Navigation bar"
region
@javascript
Scenario
:
Assert publiccode.yml page.
Given
I am an anonymous user
When
I visit
"/publiccode-editor"
And
I should see
"publiccode.yml Editor"
Loading