Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-12-07 16:31:39 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-12-07 16:33:09 +0300
commit9d6630a0b4aff209b514b49db70bc14891c7c613 (patch)
tree8ac6165a64a382d7164f8e7ff42b0535abc93ea2 /qa
parentfe62860e05ca6e3ef7125fe92fdf52cd6f7b63df (diff)
Fix QA group creation by filling required fileds
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/group/new.rb1
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)