Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
cloud
Merge requests
!1883
Issue
#3373299
: Refactor BDD scenarios for OpenStack and K8s
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3373299
: Refactor BDD scenarios for OpenStack and K8s
issue/cloud-3373299:3373299-refactor-bdd-scenarios
into
6.x
Overview
0
Commits
2
Pipelines
2
Changes
3
Merged
Yas Naoi
requested to merge
issue/cloud-3373299:3373299-refactor-bdd-scenarios
into
6.x
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
3
Expand
0
0
Merge request reports
Compare
6.x
version 2
ca2deb2b
1 year ago
version 1
9c0bc372
1 year ago
6.x (base)
and
latest version
latest version
ca2deb2b
2 commits,
1 year ago
version 2
ca2deb2b
2 commits,
1 year ago
version 1
9c0bc372
1 commit,
1 year ago
3 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
modules/cloud_service_providers/k8s/tests/src/Behat/features/templates/K8s-ATDD-01-03-ReadDefaultResources.feature
+
2
−
2
Options
@@ -33,7 +33,7 @@ Feature: Confirm default K8s resources
|
service_account
|
see
|
@api
Scenario Outline
:
Verify absence of default resources for
c
loud administrator
Scenario Outline
:
Verify absence of default resources for
C
loud administrator
Given
I am logged in as a user with the
"Cloud administrator"
role
When
I visit
"/clouds/k8s/<resource_type>"
# DO NOT change <status> to "<status>" since <status> is not an :arg1.
@@ -62,7 +62,7 @@ Feature: Confirm default K8s resources
|
service_account
|
not
see
|
@api
Scenario Outline
:
Verify absence of default resources for
a
dministrator
Scenario Outline
:
Verify absence of default resources for
A
dministrator
Given
I am logged in as a user with the
"Administrator"
role
When
I visit
"/clouds/k8s/<resource_type>"
# DO NOT change <status> to "<status>" since <status> is not an :arg1.
Loading