summaryrefslogtreecommitdiff
path: root/spec/features/projects
diff options
context:
space:
mode:
authorHordur Freyr Yngvason <hfyngvason@gitlab.com>2019-06-18 08:59:27 +0000
committerPhil Hughes <me@iamphill.com>2019-06-18 08:59:27 +0000
commit894bd84338b3446e56e54859fc320ff46ec3be23 (patch)
tree592b659cca6723a7175e31c1557da0a8a2af5455 /spec/features/projects
parentc4efc7b53aad3be5109c4256f3438f908e180c20 (diff)
downloadgitlab-ce-894bd84338b3446e56e54859fc320ff46ec3be23.tar.gz
Remove support for creating non-RBAC kubernetes clusters
Diffstat (limited to 'spec/features/projects')
-rw-r--r--spec/features/projects/clusters/gcp_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/features/projects/clusters/gcp_spec.rb b/spec/features/projects/clusters/gcp_spec.rb
index 83e582c34f0..e4a3a1a8c92 100644
--- a/spec/features/projects/clusters/gcp_spec.rb
+++ b/spec/features/projects/clusters/gcp_spec.rb
@@ -79,10 +79,6 @@ describe 'Gcp Cluster', :js do
expect(page).to have_content('Something wrong!')
end
-
- it 'user sees RBAC is enabled by default' do
- expect(page).to have_checked_field('RBAC-enabled cluster')
- end
end
context 'when user filled form with invalid parameters' do