Commit ff6a3ae7 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'qa/gb/fix-sandbox-group-creation' into 'master'

Fix QA group creation by filling required fileds

See merge request gitlab-org/gitlab-ce!15786
parents a898714c 9d6630a0
......@@ -4,6 +4,7 @@ module QA
class New < Page::Base
def set_path(path)
fill_in 'group_path', with: path
fill_in 'group_name', with: path
end
def set_description(description)
......
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