diff --git a/spec/features/projects/clusters_spec.rb b/spec/features/projects/clusters_spec.rb index e16b5e7b5f3f8b1a069c1095fdf387ce87307087..368aad860e7fa4498fb59d1f140dc423374e5111 100644 --- a/spec/features/projects/clusters_spec.rb +++ b/spec/features/projects/clusters_spec.rb @@ -100,8 +100,7 @@ feature 'Clusters', :js do it 'user sees creation form with the succeccful message' do expect(page).to have_content('Cluster integration was successfully removed.') - # TODO: Subject to change, as today we don't clear Kubernetes Integration - expect(page).to have_link('Manage Kubernetes integration') + expect(page).to have_link('Create on GKE') end end end