Commit 1336f01c authored by Tim Zallmann's avatar Tim Zallmann

Fix for admin_groups_spec.rb Conflict

parent 886dd5ae
......@@ -24,14 +24,9 @@ feature 'Admin Groups', feature: true do
it 'creates new group' do
visit admin_groups_path
<<<<<<< HEAD
click_link "New group"
=======
page.within '#content-body' do
click_link "New group"
end
>>>>>>> ce-com/master
path_component = 'gitlab'
group_name = 'GitLab group name'
group_description = 'Description of group for GitLab'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment