Commit 41733145 authored by Enrique Alcantara's avatar Enrique Alcantara

Disable eks flag in gcp specs

parent fc52c2d3
...@@ -177,6 +177,7 @@ describe 'Gcp Cluster', :js do ...@@ -177,6 +177,7 @@ describe 'Gcp Cluster', :js do
context 'when user has not dismissed GCP signup offer' do context 'when user has not dismissed GCP signup offer' do
before do before do
stub_feature_flags(create_eks_clusters: false)
visit project_clusters_path(project) visit project_clusters_path(project)
end end
...@@ -200,6 +201,7 @@ describe 'Gcp Cluster', :js do ...@@ -200,6 +201,7 @@ describe 'Gcp Cluster', :js do
context 'when user has dismissed GCP signup offer' do context 'when user has dismissed GCP signup offer' do
before do before do
stub_feature_flags(create_eks_clusters: false)
visit project_clusters_path(project) visit project_clusters_path(project)
end end
......
...@@ -74,7 +74,7 @@ describe 'Clusters', :js do ...@@ -74,7 +74,7 @@ describe 'Clusters', :js do
visit project_clusters_path(project) visit project_clusters_path(project)
click_link 'Add Kubernetes cluster' click_link 'Add Kubernetes cluster'
click_link 'Create new Cluster on GKE' click_link 'Create new Cluster'
end end
it 'user sees a link to create a GKE cluster' do it 'user sees a link to create a GKE cluster' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment