diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-12-07 14:31:39 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-12-07 14:33:09 +0100 |
commit | 9d6630a0b4aff209b514b49db70bc14891c7c613 (patch) | |
tree | 8ac6165a64a382d7164f8e7ff42b0535abc93ea2 /qa | |
parent | fe62860e05ca6e3ef7125fe92fdf52cd6f7b63df (diff) | |
download | gitlab-ce-qa/gb/fix-sandbox-group-creation.tar.gz |
Fix QA group creation by filling required filedsqa/gb/fix-sandbox-group-creation
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/page/group/new.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa/page/group/new.rb b/qa/qa/page/group/new.rb index cb743a7bf11..53fdaaed078 100644 --- a/qa/qa/page/group/new.rb +++ b/qa/qa/page/group/new.rb @@ -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) |