summaryrefslogtreecommitdiff
path: root/spec/features/dashboard
diff options
context:
space:
mode:
authorJose Ivan Vargas Lopez <jvargas@gitlab.com>2017-04-05 05:59:49 +0000
committerJose Ivan Vargas <jvargas@gitlab.com>2017-04-06 14:58:57 -0500
commit7997a0df7106899f1e5352e4613a3e0c3e40db64 (patch)
tree66d85d641e8d258c6238b4cac8a491e966bae5d1 /spec/features/dashboard
parentc2a987fb9c5c8f6879516ce04c439fb45fcd8fae (diff)
downloadgitlab-ce-7997a0df7106899f1e5352e4613a3e0c3e40db64.tar.gz
Dashboard section capitalization fix
Diffstat (limited to 'spec/features/dashboard')
-rw-r--r--spec/features/dashboard/group_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/dashboard/group_spec.rb b/spec/features/dashboard/group_spec.rb
index d5f8470fab0..19f5d1b0f30 100644
--- a/spec/features/dashboard/group_spec.rb
+++ b/spec/features/dashboard/group_spec.rb
@@ -7,7 +7,7 @@ RSpec.describe 'Dashboard Group', feature: true do
it 'creates new grpup' do
visit dashboard_groups_path
- click_link 'New Group'
+ click_link 'New group'
fill_in 'group_path', with: 'Samurai'
fill_in 'group_description', with: 'Tokugawa Shogunate'