From 5ede567d718bcf69a204dee83155399a401cb465 Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Fri, 2 Nov 2018 15:46:15 +0000 Subject: Incorporates Kubernetes Namespace into Cluster's flow --- spec/features/projects/clusters/gcp_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/features/projects/clusters/gcp_spec.rb') diff --git a/spec/features/projects/clusters/gcp_spec.rb b/spec/features/projects/clusters/gcp_spec.rb index 8b92b9fc869..3d17eb3a73a 100644 --- a/spec/features/projects/clusters/gcp_spec.rb +++ b/spec/features/projects/clusters/gcp_spec.rb @@ -130,6 +130,7 @@ describe 'Gcp Cluster', :js do context 'when user changes cluster parameters' do before do + allow(ClusterPlatformConfigureWorker).to receive(:perform_async) fill_in 'cluster_platform_kubernetes_attributes_namespace', with: 'my-namespace' page.within('#js-cluster-details') { click_button 'Save changes' } end -- cgit v1.2.1