Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab
Commits
41733145
Verified
Commit
41733145
authored
5 years ago
by
Enrique Alcántara
Browse files
Options
Downloads
Patches
Plain Diff
Disable eks flag in gcp specs
parent
fc52c2d3
No related branches found
No related tags found
2 merge requests
!18942
WIP: Resolve "Create API endpoint to generate and return personal access token"
,
!18608
EKS Clusters: Select cloud provider buttons
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
spec/features/projects/clusters/gcp_spec.rb
+2
-0
2 additions, 0 deletions
spec/features/projects/clusters/gcp_spec.rb
spec/features/projects/clusters_spec.rb
+1
-1
1 addition, 1 deletion
spec/features/projects/clusters_spec.rb
with
3 additions
and
1 deletion
spec/features/projects/clusters/gcp_spec.rb
+
2
−
0
View file @
41733145
...
...
@@ -177,6 +177,7 @@
context
'when user has not dismissed GCP signup offer'
do
before
do
stub_feature_flags
(
create_eks_clusters:
false
)
visit
project_clusters_path
(
project
)
end
...
...
@@ -200,6 +201,7 @@
context
'when user has dismissed GCP signup offer'
do
before
do
stub_feature_flags
(
create_eks_clusters:
false
)
visit
project_clusters_path
(
project
)
end
...
...
This diff is collapsed.
Click to expand it.
spec/features/projects/clusters_spec.rb
+
1
−
1
View file @
41733145
...
...
@@ -74,7 +74,7 @@
visit
project_clusters_path
(
project
)
click_link
'Add Kubernetes cluster'
click_link
'Create new Cluster
on GKE
'
click_link
'Create new Cluster'
end
it
'user sees a link to create a GKE cluster'
do
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment