diff options
author | Matija Čupić <matteeyah@gmail.com> | 2017-11-27 19:43:29 +0100 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2017-11-27 19:43:29 +0100 |
commit | 0ac6cad3189b7cef8aaf644309edbadf2a1e90fa (patch) | |
tree | e89ee3412427be76052fecebdea0a083dbf4ac9a /spec/features | |
parent | b70718faa858a967fa207a7c49a1b517dddbd136 (diff) | |
download | gitlab-ce-0ac6cad3189b7cef8aaf644309edbadf2a1e90fa.tar.gz |
Show specific cluster page when testing Ingress
Diffstat (limited to 'spec/features')
-rw-r--r-- | spec/features/projects/clusters_spec.rb | 2 |
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 |