Bring changes from EE

This commit is contained in:
Lin Jen-Shin 2018-06-22 23:06:00 +08:00
parent 70bf08b5d3
commit b2a4b41cd6

View file

@ -31,6 +31,7 @@ feature 'Admin Groups' do
path_component = 'gitlab' path_component = 'gitlab'
group_name = 'GitLab group name' group_name = 'GitLab group name'
group_description = 'Description of group for GitLab' group_description = 'Description of group for GitLab'
fill_in 'group_path', with: path_component fill_in 'group_path', with: path_component
fill_in 'group_name', with: group_name fill_in 'group_name', with: group_name
fill_in 'group_description', with: group_description fill_in 'group_description', with: group_description