summaryrefslogtreecommitdiff
path: root/spec/features/admin
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-18 00:08:09 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-18 00:08:09 +0000
commit2a65a97e12a0754b9f0d91ee996a6e61e00c80c8 (patch)
treef439c93cc95a324ba7422b0b650431a628be9b07 /spec/features/admin
parent2d96e61ceb1a3f26283dfba43f85d99488752296 (diff)
downloadgitlab-ce-2a65a97e12a0754b9f0d91ee996a6e61e00c80c8.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/admin')
-rw-r--r--spec/features/admin/clusters/eks_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/clusters/eks_spec.rb b/spec/features/admin/clusters/eks_spec.rb
index b262db1ad7c..40561aa508c 100644
--- a/spec/features/admin/clusters/eks_spec.rb
+++ b/spec/features/admin/clusters/eks_spec.rb
@@ -22,7 +22,7 @@ describe 'Instance-level AWS EKS Cluster', :js do
end
it 'user sees a form to create an EKS cluster' do
- expect(page).to have_content('Create new Cluster on EKS')
+ expect(page).to have_content('Create new cluster on EKS')
end
end
end