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:31:39 +0100 |
commit | 86aa7ac13bc256b6e35d6e02773598ca01a552b9 (patch) | |
tree | b7c395b6f9b72a211ac7ca8bd31c130df62c697c /qa | |
parent | 043810f7f4cdf050ff6a32a743a352fa68754274 (diff) | |
download | gitlab-ce-86aa7ac13bc256b6e35d6e02773598ca01a552b9.tar.gz |
Fix QA group creation by filling required fileds
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) |