Commit 9d6630a0 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix QA group creation by filling required fileds

parent fe62860e
......@@ -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