Fix QA group creation by filling required fileds

This commit is contained in:
Grzegorz Bizon 2017-12-07 14:31:39 +01:00
parent fe62860e05
commit 9d6630a0b4
1 changed files with 1 additions and 0 deletions

View File

@ -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)