Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiger <twatson@gitlab.com>2019-07-25 09:23:50 +0300
committerTiger <twatson@gitlab.com>2019-08-05 02:20:34 +0300
commitcfe8024e70ed45517311f1700f9e69a2f15d395e (patch)
tree8bd91be112bd8496b0553d817fd7e5acaa1a9eba /spec/features/projects
parent5ebbe95ad3211e4a751c38919ed7d31a6a0d5d50 (diff)
Allow Cert-Manager to be uninstalled
Our current version of Cert-Manager does not uninstall cleanly, and we must manually remove custom resource definitions.
Diffstat (limited to 'spec/features/projects')
-rw-r--r--spec/features/projects/clusters/applications_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/clusters/applications_spec.rb b/spec/features/projects/clusters/applications_spec.rb
index 8cfd23d16df..3d15095e2da 100644
--- a/spec/features/projects/clusters/applications_spec.rb
+++ b/spec/features/projects/clusters/applications_spec.rb
@@ -183,7 +183,7 @@ describe 'Clusters Applications', :js do
Clusters::Cluster.last.application_cert_manager.make_installed!
expect(email_form_value).to eq('new_email@example.org')
- expect(page).to have_css('.js-cluster-application-install-button', exact_text: 'Installed')
+ expect(page).to have_css('.js-cluster-application-uninstall-button', exact_text: 'Uninstall')
end
expect(page).to have_content('Cert-Manager was successfully installed on your Kubernetes cluster')