diff options
author | Jose Ivan Vargas Lopez <jvargas@gitlab.com> | 2017-04-05 20:46:58 +0000 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-04-06 14:58:57 -0500 |
commit | 0e325ea6ee625ad24709dd1118e36803bbaa222e (patch) | |
tree | 9f881dd830af098c8c7a08508dcd12c74fe01083 /spec/features | |
parent | 7997a0df7106899f1e5352e4613a3e0c3e40db64 (diff) | |
download | gitlab-ce-0e325ea6ee625ad24709dd1118e36803bbaa222e.tar.gz |
Groups section capitalization fix
Diffstat (limited to 'spec/features')
-rw-r--r-- | spec/features/groups_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups_spec.rb b/spec/features/groups_spec.rb index 8bfe6f4d54b..7670c4caea4 100644 --- a/spec/features/groups_spec.rb +++ b/spec/features/groups_spec.rb @@ -153,7 +153,7 @@ feature 'Group', feature: true do end it 'removes group' do - click_link 'Remove Group' + click_link 'Remove group' expect(page).to have_content "scheduled for deletion" end |