summaryrefslogtreecommitdiff
path: root/qa/qa/resource
diff options
context:
space:
mode:
authorPeter Leitzen <pleitzen@gitlab.com>2019-07-16 05:22:26 +0000
committerRamya Authappan <rauthappan@gitlab.com>2019-07-16 05:22:26 +0000
commitfe2b60c02f6b435a1ffd50ac31aeb7d90c52a17d (patch)
treee7e09b9ec4d033e3e92054fe60b34a8de82be945 /qa/qa/resource
parentfe8d5c0c0a1226aba3ecf6b4978ef94716ed55a6 (diff)
downloadgitlab-ce-fe2b60c02f6b435a1ffd50ac31aeb7d90c52a17d.tar.gz
Check for "Uninstall" button reducing friction
Diffstat (limited to 'qa/qa/resource')
-rw-r--r--qa/qa/resource/kubernetes_cluster.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/resource/kubernetes_cluster.rb b/qa/qa/resource/kubernetes_cluster.rb
index 1dd93dd5b88..27ab7b60211 100644
--- a/qa/qa/resource/kubernetes_cluster.rb
+++ b/qa/qa/resource/kubernetes_cluster.rb
@@ -47,7 +47,7 @@ module QA
page.install!(:runner) if @install_runner
page.await_installed(:ingress) if @install_ingress
- page.await_uninstallable(:prometheus) if @install_prometheus
+ page.await_installed(:prometheus) if @install_prometheus
page.await_installed(:runner) if @install_runner
if @install_ingress