diff options
author | Jose Ivan Vargas Lopez <jvargas@gitlab.com> | 2017-04-05 05:59:49 +0000 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-04-06 14:58:57 -0500 |
commit | 7997a0df7106899f1e5352e4613a3e0c3e40db64 (patch) | |
tree | 66d85d641e8d258c6238b4cac8a491e966bae5d1 /spec/features/dashboard | |
parent | c2a987fb9c5c8f6879516ce04c439fb45fcd8fae (diff) | |
download | gitlab-ce-7997a0df7106899f1e5352e4613a3e0c3e40db64.tar.gz |
Dashboard section capitalization fix
Diffstat (limited to 'spec/features/dashboard')
-rw-r--r-- | spec/features/dashboard/group_spec.rb | 2 |
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' |