Bring changes from EE
This commit is contained in:
parent
70bf08b5d3
commit
b2a4b41cd6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue