Skip to content
Snippets Groups Projects
Verified Commit 41733145 authored by Enrique Alcántara's avatar Enrique Alcántara
Browse files

Disable eks flag in gcp specs

parent fc52c2d3
No related branches found
No related tags found
2 merge requests!18942WIP: Resolve "Create API endpoint to generate and return personal access token",!18608EKS Clusters: Select cloud provider buttons
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment