summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2017-11-27 19:43:29 +0100
committerMatija Čupić <matteeyah@gmail.com>2017-11-27 19:43:29 +0100
commit0ac6cad3189b7cef8aaf644309edbadf2a1e90fa (patch)
treee89ee3412427be76052fecebdea0a083dbf4ac9a /spec/features
parentb70718faa858a967fa207a7c49a1b517dddbd136 (diff)
downloadgitlab-ce-0ac6cad3189b7cef8aaf644309edbadf2a1e90fa.tar.gz
Show specific cluster page when testing Ingress
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/projects/clusters_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/clusters_spec.rb b/spec/features/projects/clusters_spec.rb
index 7c97867a0c0..4ea2aa346bb 100644
--- a/spec/features/projects/clusters_spec.rb
+++ b/spec/features/projects/clusters_spec.rb
@@ -184,7 +184,7 @@ feature 'Clusters', :js do
# Helm Tiller needs to be installed before you can install Ingress
create(:cluster_applications_helm, :installed, cluster: cluster)
- visit project_clusters_path(project)
+ visit project_cluster_path(project, cluster)
page.within('.js-cluster-application-row-ingress') do
page.find(:css, '.js-cluster-application-install-button').click