Commit 0ac6cad3 authored by Matija Čupić's avatar Matija Čupić

Show specific cluster page when testing Ingress

parent b70718fa
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment