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:
authorRémy Coutable <remy@rymai.me>2018-07-05 09:14:02 +0300
committerRémy Coutable <remy@rymai.me>2018-07-05 09:14:02 +0300
commitbaab4cddb091c0aa9649fecc340b8b343747ba83 (patch)
tree9fe06fa65a9ac4986181c50c15c30908bc98bcc8 /spec/features/projects
parent36824bc5e0a854bb09fdef502fd88e828c5e0971 (diff)
parentce3177df9f4e05158ff2f4f5c9a9aac3207ccbec (diff)
Merge branch 'fix-failing-rspec-gcp-new-page-layout' into 'master'
fix failing spec test in gcp_spec Closes #48855 See merge request gitlab-org/gitlab-ce!20386
Diffstat (limited to 'spec/features/projects')
-rw-r--r--spec/features/projects/clusters/gcp_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/clusters/gcp_spec.rb b/spec/features/projects/clusters/gcp_spec.rb
index df21a42c3d3..19404fb893d 100644
--- a/spec/features/projects/clusters/gcp_spec.rb
+++ b/spec/features/projects/clusters/gcp_spec.rb
@@ -162,7 +162,7 @@ feature 'Gcp Cluster', :js do
visit project_clusters_path(project)
click_link 'Add Kubernetes cluster'
- click_link 'Add an existing Kubernetes cluster'
+ click_link 'Add existing cluster'
end
it 'user does not see the "Environment scope" field' do