summaryrefslogtreecommitdiff
path: root/spec/features/groups
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-09-03 13:16:23 +0000
committerPhil Hughes <me@iamphill.com>2018-09-03 13:16:23 +0000
commit743add978aafa43862867a89b00a04e888199947 (patch)
treee2ff2db449f186d5c2dcb9da055d75851af6ab5a /spec/features/groups
parentc0625e5de1fe491675aadf825fdb9e976f089409 (diff)
downloadgitlab-ce-743add978aafa43862867a89b00a04e888199947.tar.gz
Move badge settings to general settings
Diffstat (limited to 'spec/features/groups')
-rw-r--r--spec/features/groups/settings/group_badges_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups/settings/group_badges_spec.rb b/spec/features/groups/settings/group_badges_spec.rb
index 070a4a31ffa..a5c8dbf18d0 100644
--- a/spec/features/groups/settings/group_badges_spec.rb
+++ b/spec/features/groups/settings/group_badges_spec.rb
@@ -14,7 +14,7 @@ describe 'Group Badges' do
group.add_owner(user)
sign_in(user)
- visit(group_settings_badges_path(group))
+ visit(edit_group_path(group))
end
it 'shows a list of badges', :js do