Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ce-deploy-ui
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ccce
dev
ce-deploy-ui
Merge requests
!114
Icshwi 8500 access level refinement
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Icshwi 8500 access level refinement
ICSHWI-8500_Access_level_refinement
into
develop
Overview
0
Commits
3
Pipelines
1
Changes
15
Merged
Imre Toth
requested to merge
ICSHWI-8500_Access_level_refinement
into
develop
3 years ago
Overview
0
Commits
3
Pipelines
1
Changes
15
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
5fc81d50
3 commits,
3 years ago
15 files
+
134
−
99
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
features/deployments/browse-deployments.feature
+
2
−
2
Options
@@ -2,7 +2,7 @@ Feature: Browse IOC Deployments
Scenario
:
User wants to browse IOC deployments
Given
the user is not logged in and navigates to the deployments page
Then
they should get Access deniend
Then
they should
not
get Access deniend
# Scenario: Logged in user wants to browse IOC deployments
# Given the user is logged in
@@ -22,7 +22,7 @@ Feature: Browse IOC Deployments
Scenario
:
User wants to navigate to a specific IOC deployment
Given
the user is not logged in and tries to navigate any deployment details page
Then
they should get Access deniend
Then
they should
not
get Access deniend
# Scenario: Logged in user wants to navigate to a specific IOC deployment
# Given the user is on the deployments page
Loading